/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 5999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	/*background-color: #d1d2d4; */
/*	cursor: pointer;*/
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 5999;

	background-color: #000;
}

.lbLoading {
	background: #fff url('/images/ajax-loader.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/*border: 0px solid #98979c;*/
	border: 1px solid #000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: fixed;
	top: 0%;
	width: 35%;
	height: 100% !important;
}

#lbPrevLink {
	left: 3%;
	background: url("/images/vanster.png") no-repeat;
	background-position:  center left;
}



#lbNextLink {
	right: 3%;
	background: url("/images/hoger.png") no-repeat ;
	background-position: center right;
	z-index: 9999;
}


#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	line-height: 1.4em;	
	text-align: left;
	/*border: 10px solid #98979c;*/
	border: 5px solid #000;
	/*border-top-style: none;*/
}

#lbCloseLink {
	/*display: none;*/
	position: fixed;
	width: 32px;
	height: 32px;
	right: 3%;
	top: 5%;
	background-color: red;
	background: url("/images/kryss.png") no-repeat;
	background-position: center;
	outline: none;
}

#lbNumber {display: none;}

#lbCaption {text-transform: uppercase; color: #CCC; display: block !important; text-align: center; font-weight: normal !important; font-size: 1.1em; }

