@charset "UTF-8";
/* CSS Document */

/* SLIMBOX STYLE 3 */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	cursor: pointer;
	background: #000;
}
#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(../images/loading.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(../images/prevlabel.gif) no-repeat left center;
}

#lbNextLink {
	right: 0;
	background: transparent url(../images/nextlabel.gif) no-repeat right center;
}
#lbPrevLink:hover, #lbNextLink:hover {
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(../images/closelabel.pnp) no-repeat right center;
	margin: 5px 5px 5px 0;
}
#lbCaption, #lbNumber {
	/*margin-right: 71px;*/
	margin-right: 5px;
	display:inline;
}
#lbCaption {
	font-weight: bold;
	color:#fff;
	margin-left: 10px;
}
#lbBottom a {
	color:#fff !important;
	}
