/* SLIMBOX */

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

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #333333;
	z-index:3;
}

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

#lbImage {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding:8px;
	margin:0px;
	background-color:#222222;
	background-repeat:no-repeat;
	background-position:center;
}


/*--------------------------------------------------------------*/

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 8px;
	width: 45%;
	outline: none;


}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: url(img/prevlabel.gif) no-repeat 0% 50%;
	background-color:#222222;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	left:8px;
	top:9px;
}

#lbNextLink {
	right: 0;
	
}

#lbNextLink:hover {
	background: url(img/nextlabel.gif) no-repeat 100% 50%;
	background-color:#222222;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	right:8px;
	top:9px;
}


/*---------------------------------------------------------*/

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFEFEF;
	line-height: 1.4em;
	text-align: left;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color:#222222;
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
	border-top-style: none;
}

#lbBottom a:link {
color:#FFFFFF;
text-decoration:none;}

#lbBottom a:visited {
color:#FFFFFF;
text-decoration:none;}

#lbBottom a:active {
color:#FFFFFF;
text-decoration:none;}

#lbBottom a:hover {
color:#FFFFFF;
text-decoration:none;}

#lbCloseLink {
	display: block;
	float: right;
	width: 70px;
	height: 33px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
