@charset "utf-8";

/* SLIMBOX (Customized version) */

img {
	outline-style:none;
	}
	
a:hover img {
	outline-style:none;
	}

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; 
	margin-left:-400px !important;
	padding:0;
	width:800px !important;
	overflow: hidden;
	background-color: #000;
}

#lbCenter {
		padding-bottom:5px;
		padding-top:5px;
		border:2px solid #fff;
		
		}

#lbBottomContainer {
		border-top:0;
		width:66px !important;
		height:22px !important;
		margin-top:-22px;
		margin-left:280px !important;
		float:right;
		}

.lbLoading {
	background: #fff url(../img/slimbox/sb_loading.gif) no-repeat center;
}

#lbCanvas {

	width:782px !important;
	
	margin-bottom:0px;


	overflow:hidden !important;
}

#lbCanvas iframe, #lbCanvas img {
	
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	width:778px !important;

	overflow:auto !important;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:transparent url(../img/slimbox/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/slimbox/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/slimbox/sb_nextlabel.gif) no-repeat;
}

#lbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 0px; padding:0;
	width:66px !important;
	
}

#lbCloseLink {
	display: block;
	float:right;
		width: 66px;
	height: 22px;
	background: transparent url(../img/slimbox/sb_closelabel.gif) no-repeat center;
	margin:0; padding:0;
}

#lbCaption, #lbNumber {
	color:#fff;
}

#lbCaption {
	font-weight: bold;
	display:none;
}

