/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 120;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border-style: none;
	border-bottom: 2px solid #e0e0e0;
}



#lbPrevLink {
	display: block;
	border: 0 solid #0f0;
	width: 20px;
	height: 30px;
	background: transparent url(left_gallery.gif) no-repeat 0 0;
	margin-left: 170px;
	margin-top: 4px;
}


#lbNextLink {
	display: block;
	background: transparent url(right_gallery.gif) no-repeat 0 0;
	border: 0 solid #08f;
	width: 20px;
	height: 30px;
	margin-right: 70px;
	margin-top: 4px;
}


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;


	text-align: right;
	border: 1px none #8d630e;
	border-top-style: none;
	width: 200px;
	height: 40px;
	background-color: #ffffff;
	overflow: hidden;
}

#lbCloseLink {
	
	width: 30px;
	height: 30px;
	background: transparent url(x_gallery.gif) no-repeat center;
	margin: 4px 35px 5px auto;
	display: block;
}

#lbNumber {
	text-align: left;
	top: 13px;
	left: 5px;
	position: absolute;
	color: #7d7d7d;
	font-size: 22px;
	line-height: 22px;
}

#lbCaption {
	z-index: 121;
	margin-top: -5px;
}
