/* SLIMBOX */

#lbOverlay {
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	position: fixed;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #f8f4f0;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #f8f4f0;
	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/slimbox/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
	background: transparent url(../images/slimbox/nextlabel.png) no-repeat 100% 15%;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 0;
	color:#9E9289;
	text-align: left;
	border: 15px solid #f8f4f0;
	border-top-style: none;
	background-image: url(../images/sblogo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 19px;
	height: 19px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat right;


}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight:normal;
}

