/* SLIMBOX */#lbOverlay {	position: absolute;	left: 0;	width: 100%;	background-color: #BEC97C;	cursor: pointer;}#lbCenter {	position: absolute;	left: 50%;	overflow: hidden;	background-color: #BEC97C;}#lbBottom {	position: absolute;	left: 50%;	overflow: hidden;	background-color: #6A7931;}.lbLoading {	background: #BEC97C url(loading.gif) no-repeat center;}#lbImage {	border: 1px solid #533A1E;}#lbPrevLink, #lbNextLink {	display: block;	position: absolute;	top: 0;	width: 50%;	outline: none;}#lbPrevLink {	left: 0;}#lbPrevLink:hover {	background: transparent url(prevlabel.gif) no-repeat 0% 15%;}#lbNextLink {	right: 0;}#lbNextLink:hover {	background: transparent url(nextlabel.gif) no-repeat 100% 15%;}#lbBottom {	font-family: arial,helvetica,sans-serif;	font-size: 85%;	color: #FFFFFF;	line-height: 1.4em;	text-align: left;	border: 1px solid #533A1E;	border-top-style: none;}#lbCloseLink {	display: block;	float: right;	width: 29px;	height: 22px;	background: transparent url(closelabel.gif) no-repeat center;	margin: 5px 0;}#lbCaption {	margin-top: 5px;	margin-left: 5px;	margin-right: 71px;}#lbNumber {	margin-top: 10px;	margin-left: 5px;	margin-bottom: 5px;	margin-right: 71px;}#lbCaption {	font-weight: bold;}