/* SLIMBOX */

#lbOverlay {
	z-index:9;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	z-index:9;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #F0C610;
	
	/* width:10px; */
	
}
#lbCenter-color	{z-index:9;	background-color: #F0C610;}
					

.lbLoading {
	z-index:9;
	background: #fff url(slim/loader_DD.gif) no-repeat center;
}

#lbImage {
	z-index:9;
	position: absolute;
	left: 0;
	top: 15px;
	border: 15px solid #F0C610;
	border-bottom: 5px solid #F0C610;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	z-index:9;
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	z-index:9;
	left: 0;
}

#lbPrevLink:hover {
	z-index:9;
	background: url(slim/Btn_prev.gif) no-repeat 0% 40%;
}

#lbNextLink {
	z-index:9;
	right: 0;
}

#lbNextLink:hover {
	z-index:9;
	background: url(slim/Btn_next.gif) no-repeat 100% 40%;
}

#lbBottom {
	z-index:9;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
	border: 15px solid #F0C610;
	border-top-style: none;
}

#lbCloseLink {
	z-index:9;
	position:relative;
	z-index:10;
	display: block;
	float: right;
	width: 87px;
	height: 23px;
	background: url(slim/Btn_close.gif) no-repeat center;
	margin: 0px 5px; 
}

#lbCaption, #lbNumber {
	z-index:9;
	/* margin-right: 71px; */
}

#lbCaption {
	z-index:9;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

