/* SLIMBOX */

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

#lbCenter, #lbBottomContainer, #lbCaption {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000;
}

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

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

#lbPrevLink, #lbNextLink {
	margin:0px 8px;
	line-height:15px;
}

#lbNumber {
	line-height:15px;
	vertical-align:top;
}

#lbPrevLink {
	/*background: transparent url(../../images/prevlabel.gif) no-repeat 0 0;*/
}

#lbNextLink {
	/*background: transparent url(../../images/nextlabel.gif) no-repeat 0 0;*/
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: center;
	border: none;
	background:#000;
}

#lbCloseLink {
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}


#lbCaption {
	font-weight: bold;
	text-align:right;
	padding-top:30px;
	font-size:12px;
	color:#282426;
}

#lbContainer {
	padding-top:5px;
	margin-left:66px;
}