#overlay
{
	display:none;
	
	background-color:#454545;
	
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	
	z-index:5;
	
	filter:alpha(opacity=85);
	opacity:0.85;
}

#fotobox
{
	
	display:none;
	
	z-index:6;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-300px;
	width:1000px;
	height:475px;
	left:50%;
	margin-left:-500px;
	
	overflow:hidden;

}

#vorigebutton
{
	width:40px;
	background-image:url('/userfiles/alexanian/themes/AA-thema/fotoboek/afbeeldingen/vorige.png');
	cursor:pointer;

	float:left;
	height:475px;
}

#boxcenter
{
	float:left;
	height:475px;
	width:900px;
	background-image:url('/userfiles/alexanian/themes/AA-thema/fotoboek/afbeeldingen/center.png');
	

	overflow:hidden;
}

#volgendebutton
{
	width:40px;
	background-image:url('/userfiles/alexanian/themes/AA-thema/fotoboek/afbeeldingen/volgende.png');
	height:475px;
	float:left;
	cursor:pointer;
}

#itemwrapper
{
	margin:25px 10px 0px 10px;	
	height:430px;
}

#sluitbutton
{
	float:right;
	color:#464646;	
	font-size:11px;
	text-decoration:none;
}

#fotonaam
{
	font-size:30px;
	margin:0px;
	color:#464646;
	font-weight:normal;
}

#fotobeschrijving
{
	margin:0px;
	font-size:11px;
	color:#464646;
	line-height:25px;
}

#fotowrapper
{
	height:430px;
	overflow:hidden;
}

#loader
{
	display:none;
	float:left;
	width:515px; 
	height:430px;
}
#loader img
{
	margin-top:200px;
}

#foto
{
	float:left;
}

#fotoinfowrapper
{ 
	float:right;
	width:350px;
	*width:340px;
	height:410px;
	margin-top:-410px;
	margin-left:10px;
}

#gallerywrapper
{
	width:635px; 
	overflow:hidden;
}

#paginanummers
{
	margin-top:-45px; 
	height:45px; 
	text-align:right; 
	margin-right:10px;
}
a.paginanummer
{
	text-decoration:none;
	color:#686666;
	
	font-size:11px;
}

a.activepaginanummer
{
	text-decoration:none;
	color:#ae956b;
	
	font-size:11px;
}

.fotoboekthumbnail
{
	margin:1px;	
	cursor:pointer;
}

