/* CSS Document */

#fotoLayer{

	position:relative;
}

.albumItem{
	width:140px;
	height:100px;
	margin:10px;
	padding: 2px;
	float:left;
	display:block;
	position:relative;
}

.albumImage{
	position:absolute;
	left:0px;
	top:2px;
	display:none;
	cursor:pointer;
}

.clearfix{
	display:block;
	height:10px;
	overflow:hidden;
	clear:both;
}

#largePhotoLayer{
	height:900px;
	width:700px;
	background-color:#FFF;
	position:absolute;
	display:none;
	z-index:6000;
	left:50%;
	margin-left:-350px;
	top:50px;
}

.largePhoto{	
	display: block;
	position:absolute;
	top:50px;
	left:15px;
}

.navigation{
	background-color:#b5b4b4;
	padding:0px;
	margin:0px;
	color:#FFF;
	font-size:16px;
	height:28px;
	line-height:28px;
	position:relative;
	left:-8px;
	width:995px;
	top:-8px;
	padding-left:5px;
	font-weight:normal;
}

.navigation a{
	display:block;
	float:left;
	height:18px;
	line-height:30px;
	padding:0 10px;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	margin:2px;
}

.navigation a.active{
	font-weight:bold;
	font-size:16px; 
}

#largePhotoNavigation{
	color:#FFF;
	display:block;
	height:30px;
	background-color:#b5b4b4;
}

#largePhotoNavigation a{
	display:block;
	float: left;
	width:85px;
	height:20px;
	line-height:20px;
	padding:4px;
	background-image:url(../images/button.gif);
	text-align:center;
	margin-right:5px;
	color:#FFF;
	text-decoration:none;
}
#largePhotoNavigation a:hover{
	background-image:url(../images/button-over.gif);
}

#largePhotoNavigation a#stopSlideShow{
	display:none;
}

#largePhotoNavigation span{
	display:block;
	float: left;
	height:20px;
	line-height:20px;
	padding:4px;
	text-align:center;
	margin-right:5px;
	color:#fff;
	text-decoration:none;
}

#slideshowSpeed{
	display:none;
}

a img{
	border:none;
}

table.albumsHorizontaal{
	width:100%;
	border-collapse:collapse;
}

table.albumsHorizontaal td{
	text-align:center;
	width:15%;
}

table.albumsHorizontaal a{ 
	color:#000000;
	text-decoration:none;
}

#largePhotoLayer .reactieItems{
	margin-top:510px;
	margin-left:30px;
}
