

/*	FOTOALBUM	*/

.photoalbum {
	margin:0 !important;
	padding:0 !important;
}

.photoalbum LI {
	list-style:none;
	float:left;
	margin:0;
	margin-right:6px;
	margin-bottom:6px;
}


.simple_overlay {	
	display:none;
	z-index:10000;
	background-color:#211B1A;
	width:675px;	
	min-height:200px;
	padding:1px;
}

.werken-bij .simple_overlay  {
	border:1px solid #7C1D34 !important;
}

.werken-met .simple_overlay {
	border:1px solid #109F85 !important;
}


.simple_overlay .close {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:20px;
	width:21px;
}

.werken-bij .simple_overlay .close {
	background-image:url(../images/icons/close-werken-bij.png);
}

.werken-met .simple_overlay .close {
	background-image:url(../images/icons/close-werken-met.png);
}


.simple_overlay #img {
	border-width:0;
}

/* "next image" and "prev image" links */
.simple_overlay .next, .simple_overlay .prev {
	position:absolute;
	bottom:1px;	
	cursor:pointer;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	width:80px;
	line-height:15px;
	height:30px;
	
}

.simple_overlay .prev {
	right:120px;
	background:url(../images/icons/previous.png) no-repeat 5px 1px;
	text-indent:25px;
	border-right:1px solid #A46171;
}

.simple_overlay .next {
	right:20px;
	background:url(../images/icons/next.png) no-repeat right 1px;
	width:70px;
}

.werken-met .simple_overlay .prev {
	border-right-color:#58BCAA;
}

.simple_overlay .next:hover, .simple_overlay .prev:hover {
	text-decoration:none;
}

.simple_overlay .disabled {
	visibility:hidden;		
}

.simple_overlay .info {
	position:absolute;
	bottom:1px;
	left:1px;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
}


.simple_overlay .info strong {
	display:block;	
}

.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

.werken-bij .simple_overlay .info  {
	background-color:#7C1D34 !important;
}

.werken-met .simple_overlay .info {
	background-color:#109F85 !important;
}

