@CHARSET "ISO-8859-1";


	#jaren a{
		text-decoration:none;
		font-size:18px;
		font-weight:bold;	
		padding:2px;	
	}
	
	#jaren a.actief{	
		background-color:#2e2e2e;	
		color:#f9b200;
	}
	
	#jaren a.normaal{	
		color:white;
	}
	
	#fotoalbums{
		margin-top:8px;
	}
	
	#fotoalbums a {
		color:white;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		padding:2px;
	}
	
	#fotoalbums a.actief
	{
		color:#2e2e2e;
	}
	
	#fotoalbums a.normaal
	{
		background-color:#2e2e2e;
	}
	
	#thumbnails{
		margin-left:144px;
		width:500px;
	}
	
	#thumbnails .thumbnail
	{
		width:83px;
		height:83px;
		float:left;
		cursor:pointer;
	}
	
	.content-block
	{
		background-color:white;
		width:785px;
		padding-bottom:60px;
		background-image:url('../afbeeldingen/gallerij-spacer.png');
		background-repeat:repeat-x;
	}
	
	#slider-foto
	{
	
		
		float:left;
		width:500px;
		background-color:gray;
		text-align:center;
		
		border:solid 1px white;
	
	}
	
	#fotoboek-slider{
		margin-left:95px;
	}
	
	#fotoboek-slider #back
	{
		width:49px;
		height:376px;
		background-image:url('../afbeeldingen/fotoboek-back.png');
		float:left;
		cursor:pointer;
	}
	
	#fotoboek-slider #next
	{
		width:49px;
		height:376px;
		background-image:url('../afbeeldingen/fotoboek-next.png');
		float:left;
		cursor:pointer;
	}
	
	#fotoboek-slider #fotoboek-footer
	{
		width:598px;
		height:18px;
		background-image:url('../afbeeldingen/fotoboek-footer.png');
		clear:both;
	}
	
	#foto{
	}
	
	.thumbnail-selected{
		border:solid 1px white;
		width:81px;
		height:81px;
		background-color:white;
		opacity:0.5;
		display:none;
	}
	
	
#fotoboek-home-wrapper{
	width:543px;
	height:348px;
	overflow:hidden;
}

#fotoboek-home-beschrijving{
	height:58px;
	color:white;
	clear:both;
	background-image:url('../afbeeldingen/fotoboek-home-bg.png');
}

	#fotoboek-home-beschrijving h1{
		text-transform:uppercase;
		text-align:right;
		margin:0px;
		padding-bottom:0px;
		margin-right:3px;
		font-size:33px;
		line-height:33px;
		
	}
	
	#fotoboek-home-beschrijving p{
		text-align:right;
		margin-right:3px;
		font-size:20px;
		text-transform:uppercase;
	}

#fotoboek-home-thumbs
{
	width:87px;
	float:right;
	height:290px;
}

	#fotoboek-home-thumbs .thumb
	{
		width:87px;
		height:66px;
		border:solid 1px white;
		overflow:hidden;
		margin-top:1px;
		margin-right:1px;
		cursor:pointer;
	}