/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222021;
	cursor: pointer;
	background-image: url(../images/closelabel.gif);
	background-repeat: no-repeat;
	background-position: 98% 2%;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #222021;
}
.lbLoading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	position: absolute;
	border: 1px solid #222021;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background-color: transparent;
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
		background: transparent url(../images/nextlabel.gif) no-repeat 100% 50%;
}
#lbBottom {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #666;
	text-align: center;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 60px;
	height: 8px;
	margin: 0px 0;
	outline: none;
	background-color: transparent;
	background-image: url(../images/closelabel.gif);
	background-repeat: no-repeat;
}
#lbCaption, #lbNumber {
	margin-right: 50px;
}
#lbCaption {
	font-family: "Courier New", Courier;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
/* SLIMBOX END */
