#maxfotos {
	display: none;
	position: absolute;
	z-index: 1000;
	overflow: visible;
	width : auto;
	height: auto;	
}

#maxfotos img {		
	float: left;
	padding: 0;
	margin: 0;
	cursor: move;	
}

#maxfotos #maxlijst {
	width: 70px;
}

#maxfotos #maxClose {
	height: 40px;
	background: transparent url(img/minimaliseer.gif) right center no-repeat;	
	cursor: pointer;
	cursor: hand;	
}