@charset "utf-8";

/* SLIMBOX (Customized version) */

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

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

#lbBottomContainer {
	position: absolute;
	top: 412px;

}

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

#lbCanvas {
	z-index: 1000;
}

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

#lbBottom {
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0; padding:0;
}

#lbCloseLink {
	position: absolute;
	top: 0px;
	left: 150px;
	display: block;
	width: 31px;
	height: 15px;
	background: url(../images/closeicon.gif) no-repeat left top;
}

#lbCloseLink:hover {
	background: url(../images/closeicon_hover.gif) no-repeat left top;
	width: 86px;
	height: 30px;
}

#lbCloseLink:focus, #lbPrevLink:focus, #lbNextLink:focus, #lbPrintLink:focus {
	-moz-outline-style: none;	
}

#lbCloseLink, #lbPrevLink, #lbNextLink, #lbPrintLink {
	outline: none;
}

/*#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background:url(../images/sb_anchor_spacer.gif);
}*/


#lbPrevLink {
	position: absolute;
	top: 0px;
	left: 5px;
	display: block;
	width: 31px;
	height: 15px;
	background: url(../images/previcon.gif) no-repeat left top;
}

#lbPrevLink:hover {
	background: url(../images/previcon_hover.gif) no-repeat left top;
	width: 103px;
	height: 30px;
}

#lbNextLink {
	position: absolute;
	top: 0px;
	left: 55px;
	display: block;
	width: 31px;
	height: 15px;
	background: url(../images/nexticon.gif) no-repeat left top;
}

#lbNextLink:hover {
	background: url(../images/nexticon_hover.gif) no-repeat left top;
	width: 86px;
	height: 30px;
}


#lbPrintLink {
	display: block;
	float: right;
	width: 31px;
	height: 15px;
	background: url(../images/printicon.gif) no-repeat left top;
	margin:0 25px 0 0;;
}

#lbPrintLink:hover {
	width: 88px;
	height: 30px;
	background: url(../images/printicon_hover.gif) no-repeat left top;
}

/*#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 {
}

#lbCaption {
	display: none;
}

