#maxfotos {
	position: absolute;
	display: none;
	width: 400px;
	margin: 0;
	padding:0;
	z-index: 1000;
	overflow: visible;
}

#maxfotos img {		
	margin-top: -1px;		
	border: 1px solid #B81124;
	cursor: move;	
}

#maxfotos #maxlijst {
	width: 400px;
	background: transparent url(img/maxFotoNavigatie.gif) top right no-repeat;	
	border-bottom: 1px solid #B81124;
}

#maxfotos #maxclose {
	display: inline;
	float: right;
	width: 49px;
	background: transparent url(img/close.gif) top right no-repeat;	
	cursor: pointer;
	cursor: hand;	
}
#maxfotos .begin {
	background: transparent url(img/maxFotoNavigatieBegin.gif) top right no-repeat;
}
