/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left:50%;
	overflow:hidden;
	background-color:#000;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
}

#lbCenter { border-top:#333 1px solid; }
#lbBottomContainer { border-bottom:#333 1px solid; }

.lbLoading { background:#fff url(../img/gallery/loadinglabel.gif) no-repeat center; }

#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #000;
	background-repeat:no-repeat;
}

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

#lbPrevLink { left:0; }
#lbPrevLink:hover { background:transparent url(../img/gallery/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right:0; }
#lbNextLink:hover { background:transparent url(../img/gallery/nextlabel.gif) no-repeat 100% 15%; }

#lbBottom {
	text-align:left;
	border:10px solid #000;
	border-top-style:none;
}

#lbCloseLink {
	display:block;
	float:right;
	width:12px;
	height:11px;
	background:transparent url(../img/gallery/closelabel.gif) no-repeat 50% 50%;
	margin:5px 0;
	padding:3px 1px 5px 5px;
}

#lbCaption, #lbNumber { 
	margin-right:22px; 
	color:#999;
}

#lbCaption { 
	font-weight:normal; 
	color:#fff;
}
