/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 150%;
	cursor: pointer;
	z-index:1000;
	background-color:#006600;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	z-index:1100;
}

.lbLoading {
	/*background:url(loading.gif) no-repeat center;*/
}

#lbCanvas {
	border: 10px solid #145100;
	z-index:1200;
}

#lbCanvas iframe, #lbCanvas img {
	margin:0; 
	padding:0;
	z-index:1300;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	/*background:url(anchor_spacer.gif);*/
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	/*background:url(prevlabel.gif) no-repeat;*/
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	/*background:url(nextlabel.gif) no-repeat;*/
}

#lbBottom {
	font-size:0.8em;
	font-family: Helvetica, sans-serif;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	width:346px;
	height:30px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin:0 -10px 0 0; padding:20px 0 0 0;
	z-index:2000;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}
