/* SLIMBOX STYLE 3 */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}
#lbBottomContainer {
	background-color:transparent;
	margin-top:-25px;
	}
.lbLoading {
	background: #000 url(img/loading2.gif) no-repeat center center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border:2px solid #000;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
}
#lbPrevLink {
	left: 0;
	background: transparent url(img/left_dark.png) no-repeat left center;
}

#lbNextLink {
	right: 0;
	background: transparent url(img/right_dark.png) no-repeat right center;
}
#lbPrevLink:hover, #lbNextLink:hover {
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url(img/closebox.png) no-repeat right center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	/*margin-right: 71px;*/
	margin-right: 5px;
	display:inline;
}
#lbCaption {
	font-weight: bold;
	color:#fff;
}
#lbBottom a {
	color:#fff !important;
	}
