/* SLIMBOX */

#lbOverlay {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 90;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 100;
}

#lbCenter {
	padding: 0px;
	border: 1px solid #990000;
	background-color: #ffffff;
}

#lbBottomContainer {
	background-color: #transparent;
}

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

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	padding-bottom: 0.7em;
}

#lbCloseLink {
	width: 77px;
	height: 26px;
	background: transparent url(../images/closelabel.png) no-repeat right;
	float: right;
	display: block;
}

#lbCaption {
	font-weight: bold;
	padding-top: 3px;
	padding-left: 0;
	margin-right: 77px;
}

#lbNumber {
	padding-left: 0px;
	margin-right: 0px;
}
