/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 50;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #11100E;
}

#lbBottomContainer {
	padding: 10px;
	border-top: 0;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-color: #262521;
	border-style: solid;
	z-index: 51;
}

#lbCenter {
	border-top: 1px;
	border-right: 1px;
	border-bottom: 0;
	border-left: 1px;
	border-color: #262521;
	border-style: solid;
	z-index: 52;
}

.lbLoading {
	background: #fff url("../../images/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	margin: 10px;
	background-repeat: no-repeat;
	z-index: 53;
	border: 0;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: -10px;
	z-index: 54;
}

#lbPrevLink:hover {
	background: transparent url("../../images/prevlabel.gif") no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
	z-index: 55;
}

#lbNextLink:hover {
	background: transparent url("../../images/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
	 color: #a09f9d; font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
	z-index: 56;
	padding-top: 8px;
	}

#lbCloseLink {
	display: inline;
	margin-top: 44px;
	margin-bottom: -16px;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url("../../images/closelabel_a.gif") no-repeat center;
	z-index: 57;
}


#lbDownloadDiv { }


#lbDownloadLink {
	display: inline;
	float: right;
	margin-right: -66px;
	width: 76px;
	height: 22px;
	background: transparent url("../../images/download.gif") no-repeat center;
	z-index: 58;
}

#lbCodeLink {
	display: inline;
	float: right;
	margin-top: 22px;
	margin-right: -76px;
	width: 66px;
	height: 22px;
	background: transparent url("../../images/getcode.gif") no-repeat center;
	z-index: 59;
}


#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbNumber {
	color: #528b22; font: 9px verdana, arial, helvetica, sans-serif; margin-top: 6px; z-index: 58;
}

#lbCaption {
	font-weight: bold;
	color: #a09f9d; font: 11px verdana, arial, helvetica, sans-serif; z-index: 59;
}

.lbCodeTA { width: 80%; height: 40px; margin-bottom: 8px; margin-top: 2px; padding: 3px 5px; border: 1px solid #070706; background: #070706; color: #8f8f8f; font: 11px verdana, arial, helvetica, sans-serif; }

a.lbCodeClose { font: 10px verdana, arial, helvetica, sans-serif; }

.lbCodeText { font-size: 10px; font-weight: bold; text-transform: uppercase; display: inline; }

