/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #dfdede;
	#margin-top: -50px;
}
.lbLoading {
	background: #dfdedeurl('/8025756D005816E8/ajax-loader.gif') no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	border-bottom: 0;
	background-repeat: no-repeat;
}
#lbNumber {
 display: none;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url('/8025756D005816E8/prevlabel.gif') no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url('/8025756D005816E8/nextlabel.gif') no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 9px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	border: 1px solid #fff;
	border-top-style: none;
}
#lbBottom em {
 font-size: 11px;
 font-weight: normal;
 font-style: normal;
 color: #999;
}
#lbBottom span {
 font-size: 11px;
 font-weight: normal;
 color: #666;
}
#lbCloseLink {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 22px;
	background: transparent url('/8025756D005816E8/closelabel.gif') no-repeat right top;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

