@charset "iso-8859-1";
/* CSS Document */

#fotoContainer{
	float: left;
	width:550px;
	overflow:hidden;
}
.fotoMaskerCompleet{
	position:relative;
	width:550px;
	height:310px;
	overflow:hidden;
	font-size:0;
	margin:0;
	padding:0;
	z-index:2;
}
.fotoMaskerTop{
	position:relative;
	width:550px;
	height:7px;
	overflow:hidden;
	font-size:0;
	margin:0;
	padding:0;
	z-index:10;
}
.fotoHolder{
	position:relative;
	width:550px;
	margin:-7px 0 0 0;
	font-size:0;
	overflow:hidden;
}
.fotoMaskerBottom{
	position:relative;
	width:550px;
	height:7px;
	font-size:0;
	margin:-7px 0 0 0;
	z-index:11;
}
.fotoMaskerTop img, .fotoMaskerBottom img{
	behavior:url("css/iepngfix.htc");
}

/* Start Slideshow styles */
.caption{ color:#008FD7; font-size:10px; line-height:15px;}
.gallery_demo{width:550px; margin:0; padding:25px 0 0 0; clear:both;}
.gallery_demo ul{margin:0;padding:0;}
.gallery_demo li{
	list-style:none;
	top:0;
	left:0;
	float:left;
	width:104px;
	height:60px;
	border:solid 2px transparent;
	margin:1px; 
	padding:0;
}

#main_image{
	position:relative;
	width:550px;
	margin:-310px 0 0 0;
	height:310px;
}

.slideshowBtnContainer{
	position:relative;
	width:550px;
	height:310px;
	z-index:3;
	margin:-310px 0 0 0;
}
.prevPic{
	float:left;
	width:50px;
	height:310px;
	margin:0;
	padding:0;
}
.nextPic{
	float:right;
	width:50px;
	height:310px;
	margin:0;
	padding:0;
}
.prevPic img, .nextPic img{
	behavior:url("css/iepngfix.htc");
}
/* Einde Slideshow styles */