@charset "utf-8";
/* CSS Document */


#overlay {
	width:90%;
	left: 5%;
	height: 90%;
	z-index: 100;
	display: none;
	opacity: 0.5;
	background-color: #FFF;
	position: absolute;
}

#fotobrowser {
	margin-top: -325px;
	top: 50%;
	margin-left: -456px;
	left: 50%;
	display: none;
	background: url(../images/browser/browser_bg.png) center center;
	width: 911px;
	height: 650px;
	position: absolute;
	z-index: 110;
}

#fotobrowser_content {
	position: absolute;
	z-index: 115;
}

#fotobrowser_next {
	position: absolute;
	z-index: 120;
	width: 40px;
	height: 47px;
	top: 300px;
	right: 35px;
	cursor: pointer;
	background: url(../images/browser/next.png) center center;
}

#fotobrowser_prev {
	position: absolute;
	z-index: 120;
	width: 40px;
	height: 47px;
	top: 300px;
	left: 35px;
	cursor: pointer;
	background: url(../images/browser/prev.png) center center;
}

#fotobrowser_close {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 120;
	background: url(../images/browser/browser_afsluiten.png) center center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}