/* SLIMBOX */#lbOverlay {	position: fixed;	z-index: 9999;	left: 0;	top: 0;	width: 100%;	height: 100%;	background-color: #000;	cursor: pointer;}#lbCenter, #lbBottomContainer, #lbTopContainer {	position: absolute;	z-index: 9999;	overflow: hidden;}#lbCenter, #lbTopContainer, #lbImage {  background-color: #fff;	background-color: transparent;  }.lbLoading {	background: #fff url(../img/slimbox/loading.gif) no-repeat center;}#lbImage {  background-color: #fff;	position: absolute;	left: 0;	top: 0;	top: 30px;	border: 0px solid #f00000;	padding: 10px;	background-repeat: no-repeat;	background-position: center center;}#lbTop {	border: 10px solid #fff;	border-bottom-style: none; }#lbBottom {	/*font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	font-size: 10px;	color: #666;	line-height: 1.4em;	text-align: left;	border: 10px solid #fff;	border-top-style: none;*/	float: left;	background-color: #ffffff;	padding: 10px;  padding-top: 0px;	}/*#lbCloseLink {	display: block;	float: right;	width: 65px;	height: 20px;	background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;	margin: 5px 0;	outline: none;}*/#lbCloseLink {	width: 30px;	height: 30px;	position: absolute;	top: 15px;	right: 0px;	background: transparent url(../img/fancybox/fancy_closebox.png) no-repeat center;	z-index: 999;	display: none;}#lbPrevNextLink {  float: right;  white-space: nowrap;  width: 114px;  text-align: right;  margin-top: -16px;}#lbPrevLink {	/*display: none;*/	float: right;  /*width: 83px;	height: 20px;*/	/*background: transparent url(../img/slimbox/prevlabel.gif) no-repeat center;*/	outline: none;	padding-right: 6px;}#lbNextLink {	/*display: none;*/	float: right;	/*width: 54px;	height: 20px;*/	/*background: transparent url(../img/slimbox/nextlabel.gif) no-repeat center;*/	/*margin: 5px 0;*/	outline: none;	padding-left: 6px;	border-left: 1px solid #000000;}#lbPrevLink:hover,#lbNextLink:hover {  color: #f73021;  text-decoration: underline;}#lbPrevLink.disabled,#lbPrevLink.disabled:hover,#lbNextLink.disabled,#lbNextLink.disabled:hover {  text-decoration: none;  color:#999999;  cursor: Default;}#lbCaption, #lbNumber {	margin-right: 71px;}#lbCaption {	/*font-weight: bold;*/	float: left;}