@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	overflow: hidden;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
	overflow: hidden;
	 -moz-border-radius-topright: 3px;
 -webkit-border-top-right-radius: 3px;
 -moz-border-radius-topleft: 3px;
 -webkit-border-top-left-radius: 3px;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	border: 9px solid #fff;
	overflow: hidden;
}

#lbCanvas iframe, #lbCanvas img {
	border:0px solid #999;
	margin:0; padding:0 75px 0 75px;
	overflow: hidden;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.png) left 15% no-repeat; ;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.png) right 15% 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 10px; 
	padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 35px;
	background: transparent url(../images/closelabel.png) no-repeat center;
	margin:0; 
	padding:0;
}

#lbCaption, #lbNumber {
	overflow: hidden;
 	font-size: 8pt;
}

#lbCaption {
	font-weight: normal;
 	text-decoration: none;
 	font-family:arial;
 	font-size: 10pt;
	overflow: hidden
	line-height:5pt;
	padding:5px 0 10px 0;
	margin:5px 0 0 0;
}

#lbCaption h1 {
 font-weight: normal;
 text-decoration: none;
 font-family: courier new;
 font-size: 16px;
 line-height:5pt;}
 
#lbCaption h2 {
 color:#660000;
 font-weight: normal;
 text-decoration: none;
 font-family: courier new;
 font-size: 18px;
 line-height:5pt;}
 
#lbCaption h3 {
 color:#000000;
 font-weight: bold;
 text-decoration: none;
 font-family: helvetica;
 font-size: 16px;
 line-height:5pt;}
 
#lbCaption b {
 font-weight: normal;
 text-decoration: none;
 font-family: arial;
 font-size: 16px;
 font-variant: small-caps;
 line-height:5pt;}
 
#lbCaption a {
 color:#000000;
 font-weight: normal;
 text-decoration: none; 
 font-family: helvetica;
 font-size: 10pt;}
 
#lbCaption a:hover {
 color:#664433;
 font-weight: normal;
 text-decoration: none; 
 font-family: helvetica;
 font-size: 10pt;}
 

