@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000339;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	padding:0;
	overflow:hidden;
	background-color: #fff;
}
.lbLoading {
	background: url(../images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	border: 9px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
	overflow:auto;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 5px;
	width: 32px;
	height:32px;
	border:1px solid white;
}
#lbPrevLink {
	/*<top:10px;*/
	left: 315px;
	background:none;
}

#lbPrevLink:hover {
	background:none;
}

#lbNextLink {
	/*<top:10px;*/
	left: 450px;
	background:none;
}

#lbNextLink:hover {
	background:none;
}

#lbBottom {
	color:#fff;
	font-weight:bold;
	height:40px;
	width:100%;
	margin:0px auto 0px auto; padding:0px 0px 0px 0px;	
	font-size:14px;
	border:1px solid white;

}
#lbBottom h6{

}

#lbCloseLink {
	display: block;
	float: right;
	width: 25px;
	height: 40px;
	background: transparent url(../images/sb_closelabel.gif) no-repeat bottom;
	margin:0; padding:0px 0px 0px 0px;
	border:1px solid white;
}

#lbCaption, #lbNumber {

}

#lbCaption {
	font-weight: bold;
	border:1px solid white;
}
#lbNumber{
	height:30px;
	padding:0;
	margin:0px 0px 0px 0px;
	border:1px solid white;
}