.pnlFotoZoom {
	position:absolute;
	display:none;
	text-align:center;
	left:0px;
	top:10px;
	width:400px;
	height:400px;
	background-color: #867085;
	border:2px;
	border-color:black;	
	border-style:solid;
} 

.divAllIcon {
	float:left;
	height:160px;
	text-align:center;
}

.btnFoto {
	position:relative;
	text-align:center;
	border:2px;
	border-style:solid;
	width:10%;	
	background-color:#9C8AA0;
	padding: 0px 20px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
	cursor:pointer;
	display:inline;	
}

.btnFoto span{
	 cursor:hand;  /* firefox bug (niet oplosbaar)*/
}

.pnlZoomHeader {
	padding:4px;
	width:100%;
	text-align:center;	
	border-bottom:2px;
	border-bottom-style:solid;
	margin-top:8px;
	/* background-color:red;*/
}


.fotoList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.pnlFotoTitel{
	position:absolute;
	left:0px;
	text-align:center;
	/* background-color:red;*/
	cursor:hand;
}
.pnlJustZoomedImg{
	position:absolute;	
	text-align:center;
	/* background-color:green;*/
	border:2px;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	border-color:black;
	/* background-color:red;*/
}

.pnlJustZoomedImg img{
	position:absolute;
	padding:0px;
	margin:0px;
	border:0px;		
}

.fotoList li {
	border:0px;
	/* border-color:black;
	border-style:solid;
	*/
	/* padding:5px;*/
	display:block;
	float:left;
	text-align:center;
	width:170px;
	margin-right:10px;
	margin-bottom:10px;
}

.fotoList img {
	border:none;
	cursor:hand;
}

.divIconTitle{	
	color:black;
	font-size:0.6em;
	font-style:normal;
	cursor:hand;
}

.btnFotoZoomSluit{
	left: 10%;
}

.fotoList h3 {
	font-size:0.9em;
	font-style:normal;
	color:black;
}			