.csc-textpic-imagerow {
/*  	display: none; */
	position: relative;
	/* overflow: hidden; */
	background-color: #C0D49A;
	z-index: 100;
	/* float: left; */
}

.csc-textpic-imagerow .butprev {
	/* width: 30px; */
	width: 23px;
	height: 30px; 
	background-image: url('../res/pfeil_back.gif');
	background-repeat: no-repeat;
	/* background-position: 3px 50%; */
	background-position: 0px 100%;
	/* background-color: #C0D49A; */
	z-index: 110;
	float: left;
	cursor: pointer;
	position:absolute; left: 0;
}

.csc-textpic-imagerow dl dt img {
	float: left;
}

.csc-textpic-imagerow .butnext {
	/* width: 30px; */
	width: 23px;
	height: 30px; 
	background-image: url('../res/pfeil_vor.gif');
	background-repeat: no-repeat;
	/* background-position: 3px 50%; */
	background-position: 0px 100%;
	/* background-color: #C0D49A; */
	z-index: 110;
	float: left;
	cursor: pointer;
	position:absolute; right: 0;
}

.csc-textpic-imagerow dl dd {
	clear: both;
}

.csc-textpic-image {
	position: relative;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0 !important;
}
