@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	z-index: 1000;
}
#lbCenter {
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}

#lbCanvas {
	border: 0;
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img {
	border:0;
	margin:0; padding:0;
	z-index: 1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 52px;
	height: 57px;
	left: 53px;
	outline: none;
	opacity: .7;
	filter:Alpha(Opacity=70);
	background: transparent url(../images/next.gif) center no-repeat;
}


#lbPrevLink {
	left: 0;
	background: transparent url(../images/prev.gif) center;
}

#lbPrevLink:hover,
#lbNextLink:hover {
	opacity: 1;
	filter:Alpha(Opacity=100);
}

#lbBottom {
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 0; padding:0; 
	height: 100px;
	background:url(../images/hg-bottom.png) top center repeat-x;
}
	
	#lbBottomContainer a,
	#lbCanvas a {
		border-bottom: 0; }

#lbCloseLink {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 56px;
	height: 56px;
	background: transparent url(../images/close.gif) no-repeat center;
	margin:0; padding:0;
	opacity: .7;
	filter:Alpha(Opacity=70);
}

#lbCloseLink:hover {
	opacity: 1;
	filter:Alpha(Opacity=100);
}
	
#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

#lbCaption, #lbNumber {
	display: none;
}

#lbCaption {
	font-weight: bold;
}

