/** extra opmaak divs **/
div#extra1{
	position:absolute;
	top:773px;
	height:44px;
	width:550px;
	background:#15307E;
	z-index:10;
	opacity:0.65;
	filter:alpha(opacity=65);
}
/** navigatie **/
div#navref{
	position:absolute;
	top:768px;
	height:49px;
	width:550px;
	z-index:20;
	text-align:center;
}
a#next, a#prev{
	display:block;
	width:27px;
	height:27px;
	margin-top:13px;
}
a#next{
	background:url('../../img/lennips/ref-photo-next.gif') bottom right no-repeat;
	float:right;
	margin-right:8px;
}

a#prev{
	background:url('../../img/lennips/ref-photo-back.gif') bottom right no-repeat;
	float:left;
	margin-left:8px;
}
span.subscript{
	font-size:16px;
	font-weight:bold;
	color:white;
	display:block;
	padding-top:16px;
}
img#lower, img#upper{
	position:absolute;
	top:0px;left:0px;
	display:block;
	width:550px;
	height:413px;
	z-index:0;
}
img#lower{
	position:absolute;
	top:404px;
	left: 30px;
}
img#upper{
	z-index:5;
	position:absolute;
	top:404px;
	left: 30px;
}
/** show / hide **/
.hidden{
	opacity:0;
	filter:alpha(opacity:0);
}
.shown{
	display:block;
}
#terug{
	text-decoration: none;
	float: right;
}
#terug img{
	border: 0px;
	margin-right: 5px;
	margin-bottom: -2px;
}
