/* 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: #fff;
}

.lbLoading {
	background: #fff url("../images/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink{
	background: transparent url("../images/prevlabel.gif") no-repeat 15px 20px;
}

#lbNextLink {
	right: 0;
}

#lbNextLink {
	background: transparent url("../images/nextlabel.gif") no-repeat 90% 20px;
}

#lbBottom {
	font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #000066;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbBuyMe {
	float: left;
}
#lbCloseLink{
	position:absolute;
	bottom:10px;
	right:10px;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	outline: none;
}

#lbCaption {
	font-weight: bold;
	margin-right: 0px;
	border-bottom:solid #fff 2px;
}
#lbNumber {line-height:22px;
	text-align:right;
	vertical-align:text-bottom;
	margin-right: 75px;
}