@charset "utf-8";
/* CSS Document */

#fotocontainer {
position:relative;
	width: 400px;
	height: 300px;
/*	background-color: #4D90AB; */

}
#fotocontainer .SlidingPanels {
	width: 400px;
	height: 300px;
	float: left;
}
#fotocontainer .SlidingPanelsContentGroup {
	width: 8000em;
	height: 300px;
	float: left;
}
#fotocontainer .SlidingPanelsContent {
	float: left;
	width: 400px;
	height: 300px;
	margin:0px; padding:0px;	
}

/*
#fotocontainer .SlidingPanelsContent .foto {
	margin: 0px;	
}
#item1 .foto, #item2 .foto, #item3 .foto {
/*	border-right: dashed 1px #999999;  
}*/

/*
#foto {
	position:absolute;
	height: 260px;
	width: 400px;
	padding-left: 0px;
	margin:0px;
	padding-top:0px;
	top: 0px;
	margin:0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#foto img {
	margin:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
*/
#item1, #item2, #item3, #item4, #item5 {
}

.foto {
	position:absolute;
	height: 260px;
	width: 400px;

	top: 0px;
	margin:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.foto img {

}

.subcontainer {
	width: 320px;
	height: 40px;
	position:absolute;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 35px;
	top: 260px;
}

.bijschrift {
	float:left;
	height: 40px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	position: relative;
	bottom: 0px;
	padding-top: 7px;
}

.next {
	width: 70px;
	height: 40px;
	text-align: right;
	float:right;
	font-size: 9px;
	padding-top: 7px;
}
.prev {
	width: 60px;
	height: 40px;
	text-align: left;
	float:left;
	font-size: 9px;
	padding-top: 7px;
}

.bijschriftzonderspry {
	width: 180px;
	height: 33px;
	position:absolute;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 260px;
	left: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	padding-top: 7px; /* tezamen met de hoogte van 33 px is dat 40 */
}

#fotocontainer  a {
	text-decoration: none;
}
#fotocontainer a:hover {
	text-decoration: none;
	color: #FFFF99;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}
