/* 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: visible;
	background-color: #fff;
}
#lbCenter {
	line-height: 0;
}

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

#lbImage {
	position: absolute;
	left: 0;
	border: 20px solid #fff;
	border-width: 0 20px;
	background-repeat: no-repeat;
	text-align: left;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: transparent url(pixel.gif) repeat;
}

#lbPrevLink {
	left: -80px;
	background: transparent url(prevlabel.gif) no-repeat left center;
}

#lbPrevLink:hover {
}

#lbNextLink {
	right: -80px;
	background: transparent url(nextlabel.gif) no-repeat right center;
}

#lbNextLink:hover {
}

#lbBottom {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#lbCaption {
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

