/* SLIMBOX */#lbOverlay {	position: absolute;	width: 100%;	background-color: #ff0;	cursor: pointer;	z-index: 180;}#lbCenter, #lbBottomContainer {	position: absolute;	overflow: visible;	background-color: #fff;	z-index: 180;}.lbLoading {	background: #fff url(loading.gif) no-repeat center;	z-index: 180;}#lbImage {	position: absolute;	left: 0;	top: 0;	border: 0px;	background-repeat: no-repeat;	z-index: 180;}#lbPrevLink, #lbNextLink {	display: block;	position: absolute;	top: 0;	width: 50%;	outline: none;	z-index: 180;}#lbPrevLink {	left: 0;	z-index: 180;}#lbPrevLink:hover {	background: transparent url(prevlabel.gif) no-repeat 0% 15%;	z-index: 180;}#lbNextLink {	right: 0;	z-index: 180;}#lbNextLink:hover {	background: transparent url(nextlabel.gif) no-repeat 100% 15%;	z-index: 180;}#lbBottom {	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	font-size: 10px;	color: #000000;	line-height: 1.4em;	text-align: left;	z-index: 180;}#lbCloseLink {	display: block;	float: right;	width: 68px;	height: 18px;	margin-right: 10px;	background: transparent url(closelabel.gif) no-repeat center;	z-index: 180;}#lbCaption, #lbNumber {	margin-left: 10px;	margin-right: 112px;	z-index: 180;}#lbCaption {	margin-top: 10px;	}#lbNumber {	margin-bottom: 10px;	color: #666;}