.columnRight {
	display: block;
	float: right;
	width: 250px;
}
.columnLeft {
	width: 740px;
	display: block;
	float: left;
}
.kadri {
	width: 250px;
	text-align: center;
}
.columnLeft #arrowL {
	background-image: url(/res/images/arrow.l.png);
	background-position: center;
	width: 18px;
	height: 270px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.columnLeft #arrowL .over {
	float: left;
	width: 18px;
	height: 270px;
	position: relative;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #FFFFFF;
}
.columnLeft #arrowR {
	background-image: url(/res/images/arrow.r.png);
	background-position: center;
	width: 18px;
	height: 270px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}
.columnLeft #arrowR .over {
	float: left;
	width: 18px;
	height: 270px;
	position: relative;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #FFFFFF;
}
.kadri .slidefoto {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 0px;
	position: relative;
	overflow: hidden;
	list-style-type: none;
	width: 249px;
}
.kadri li {
	margin: 0px;
}
