/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 20px solid #fff;
	border-top:26px solid #fff;
}

#lbPrevLink, #lbNextLink {

	position: absolute;
	top:-8px;
	width: 38px;
	outline: none;
}

#lbPrevLink {
	right: 50%;
	width: 50%;
	background: transparent url(prevlabel2.gif) no-repeat top right;


}

#lbPrevLink:hover {
	right: 50%;
	width: 50%;
	background: transparent url(prevlabel1.gif) no-repeat top right;


}

#lbNextLink {
	left: 50%;
	width: 50%;
	background: transparent url(nextlabel2.gif) no-repeat;

}

#lbNextLink:hover {
	left: 50%;
	width: 50%;
	background: transparent url(nextlabel1.gif) no-repeat;

}

#lbCloseLink {
	position: absolute;
	bottom: 8px;
	right: 0;	
	display: block;

	width: 106px;
	height: 20px;
	background-color:#FFFFFF;
	background: url(closelabel1.gif) no-repeat right ;
	margin: 0px 0px;
}





#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}



#lbCaption, #lbNumber {
	margin-right: 71px;
	margin-left: 10px;
}

#lbCaption {
	/*font-weight: bold;*/
}

