/* SLIMBOX */#lbOverlay {	position: absolute;	z-index: 100;	left: 0;	width: 100%;	background-color: #008ec5;	cursor: pointer;}#lbCenter, #lbBottomContainer {	position: absolute;	z-index: 200;	left: 50%;	overflow: hidden;	background-color: #fff;}.lbLoading {	background: #fff url(../images/general/loading.gif) no-repeat center;}#lbImage {	position: absolute;	left: 0;	top: 0;	border-top: 30px solid #fff;	border-right: 20px solid #fff;	border-bottom: 20px solid #fff;	border-left: 20px solid #fff;	background-repeat: no-repeat;}#lbPrevLink, #lbNextLink {	display: block;	position: absolute;	top: 0;	width: 50%;	outline: none;}#lbPrevLink {	left: 0;}#lbPrevLink:hover {	background: transparent url(../images/general/previous.gif) no-repeat 0% 50%;}#lbNextLink {	right: 0;}#lbNextLink:hover {	background: transparent url(../images/general/next.gif) no-repeat 100% 50%;}#lbBottom {	font-size: 12px;	color: #008ec5;	line-height: 1.4em;	text-align: left;	border: 20px solid #fff;	border-top-style: none; }	#lbBottom h2 {		font-size: 14px;		font-weight: bold;		margin-bottom: 2px;		color: #008ec5;		height: auto; }#lbCloseLink {	position: absolute;	top: -25px;	right: 0;	width: 25px;	height: 25px;	background: transparent url(../images/general/close.gif) no-repeat center;}#lbCaption, #lbNumber {	/*margin-right: 71px;*/}#lbNumber {	margin-top: 15px;	color: #008ec5;	font-weight: bold;}
