/* SLIMBOX */#lbOverlay {	position: absolute;	top: 0;	left: 0;	width: 100%;	background-color: #003;	/*#0A013F;  */	z-index: 100;}#lbCenter, #lbBottomContainer {	position: absolute;	left: 50%;	overflow: hidden;	background-color: #EFEFEF;	z-index: 100;}.lbLoading {	background: #EFEFEF url(loading.gif) no-repeat center;}#lbImage {	position: absolute;	left: 0;	top: 0;	border: 10px solid #EFEFEF;	background-repeat: no-repeat;}#lbPrevLink, #lbNextLink {	display: block;	position: absolute;	top: 0;	width: 50%;	outline: none;}#lbPrevLink {	left: 0;}#lbPrevLink:hover {	background: transparent url(backlabel.gif) no-repeat 0% 15%;}#lbNextLink {	right: 0;}#lbNextLink:hover {	background: transparent url(fwdlabel.gif) no-repeat 100% 15%;}#lbBottom {	display: none;	/*font-family: "Times New Roman", Times, serif;	font-size: 11px;	color: #666;	line-height: 1.4em;	text-align: center;	border: 10px solid #EFEFEF;	border-top-style: none;*/}#lbCloseLink {	/*display: none;*/	display: block;	float: right;	width: 66px;	height: 22px;	background: transparent url(closelabel.gif) no-repeat center;	margin: 5px 0;	}#lbCaption {	display: none;	/*font-weight: normal;*/}/*#lbNumber	{	display: none;}*/