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