@CHARSET "ISO-8859-1";


.fotoboek-volgende
{
	background-image:url('../afbeeldingen/fotoboek-volgende.png');
	height:40px;
	width:55px;
	float:right;
	cursor:pointer;
	padding-top:110px;
	line-height:30px;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	color:#3d3c3f;
}
.fotoboek-vorige
{
	background-image:url('../afbeeldingen/fotoboek-vorige.png');
	height:150px;
	width:55px;
	float:left;
	cursor:pointer;
}


.fotoboek-clicker
{
	
	float:left;
	cursor:pointer;
}

.fotoboek-prijs{
	float:left;
	background-color:white; 
	width:300px; 
	padding-left:10px; 
	font-family:Georgia; 
	font-style:italic; 
	line-height:17px; 
	height:17px;
}

#fotoboek-popup{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	display:none;
	background-image:url('/themas/kjanq/afbeeldingen/ppl-popup-bg.png');
}

#popup-content{
	background-color:white;
	width:734px;
	position:relative;
	left:50%;
	margin-left:-372px;
	margin-top:100px;
	height:550px;
	padding:10px;
}

#popup-sluiten{
	padding-left:335px;
}

#popup-image-wrapper{
	width:496px;
	height:500px;
	float:left;
}

#popup-info
{	float:left;
	margin-left:10px;
	width:220px;
}

#popup-vorige{
	width:80px;
	height:18px;
	float:left;
	background-color:white;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	cursor:pointer;
	margin-top:482px;
	color:#535353;
}

#popup-volgende{
	width:80px;
	height:18px;
	float:right;
	background-color:white;
	font-family:Georgia;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	cursor:pointer;
	margin-top:482px;
	
	color:#535353;
}

