#fotoviewer_wrapper {
	padding: 12px;
	background-color: #fff;
	text-align: center;
}

#fotoviewer_close {
	width : 44px;
	height : 43px;
	background : url('/img/fotoviewer_kruis.png') no-repeat 0 0;
	float: right;
	margin: 5px;
	display: block;
	z-index: 1;
	position: relative;
}

#fotoviewer_close:hover {
	background : url('/img/convers8_button_close.png') no-repeat 0 0;
}

#fotoviewer_button_links {
	position: absolute;
	height: 398px;
	width: 450px;
	float: left;	
	display: block;
	line-height: 398px;
	font-size: 40px;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
}

#fotoviewer_button_links:hover {
	color: #000000;
}

#fotoviewer_hoofdfoto {
	height: 400px;
}

#fotoviewer_hoofdfotodiv {
	margin: 0 auto;
	text-align: center;
}

#fotoviewer_button_rechts {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 398px;
	width: 450px;
	text-align: right;
	line-height: 398px;
	font-size: 40px;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
	text-decoration: none;
	z-index: 0;
	float: right;
}

#fotoviewer_button_rechts:hover {
	color: #000000;
}

#fotoviewer_sliderwrapper {
	width: 926px;
	height: 100px;
	margin-top: 20px;
	background-color: #fff;
	padding: 12px;
}

#fotoviewer_ulwrapper {
	width: 862px;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	position: relative;
}

.fotoviewer_slider {
	width: 999999px;
	position: relative;
}

.fotoviewer_slider li {
	float: left;
	height: 100px;
	overflow: hidden; 
	margin-left: 5px;
	border: 1px solid #262626;
}

.fotoviewer_slider li img {
	height: 100px;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.fotoviewer_slider_button {
	height: 100px;
	width: 25px;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	background-color: #262626;
	border: 1px solid #535353;
	color: #c6c6c6;
	float: left;
	cursor: pointer;
}

.fotoviewer_slider_button:hover {
	height: 100px;
	width: 25px;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	background-color: #535353;
	border: 1px solid #262626;
	color: #c6c6c6;
	float: left;
	cursor: pointer;
}

#fotoviewer_slider_button_rechts {
	float: right;
}

