@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 {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	/*background-color: #fff;*/
	background-color: #0e3157;
	z-index: 1000;
}

#lbControls {
	height: 32px;
	z-index: 1000;
	/*width: 300px;*/
	position: relative;
}

.lbLoading {
	background: #0e3157 url(../images/ajax-loader.gif) no-repeat center;
	z-index: 1000;
}

#lbCanvas {
	/*border: 9px solid #fff;*/
	border-top: 6px solid #f7b916;
	border-bottom: 6px solid #f7b916;	
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img {
	/*border:1px solid #999;*/
	margin:0; padding:0;
	z-index: 1000;
}

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


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat 100% 15%;
}*/


#lbPrevLink, #lbNextLink {
	position: absolute;
	top: 0px;
	width: 31px;
	height: 15px;
	outline: none;
	z-index: 1000;
/*	background:url(../images/sb_anchor_spacer.gif);*/
}

#lbPrevLink {
	background: transparent url(../images/previcon.gif) no-repeat left;
	left: 10px;
}

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

#lbNextLink {
	background: transparent url(../images/nexticon.gif) no-repeat left;
	left: 80px;
}

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

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

#lbCloseLink {
	display: block;
	/*float: right;*/
	/*width: 66px;
	height: 22px;*/
	width: 31px;
	height: 15px;
	position: absolute;
	right: 75px;
	/*background: transparent url(../images/sb_closelabel.gif) no-repeat center;*/
	background: transparent url(../images/closeicon.gif) no-repeat left top;
	margin:0; padding:0;
	z-index: 2000;
}

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

#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 {
	color: #babcb9;
	float: left;
}

#lbCaption {
	font-weight: bold;
	position: relative;
	left: 300px;
}


