/* SLIMBOX */

#lbOverlay {
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-style: none;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #FFFFFF;
	border-style: none;
	padding-left: 10px;
}

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

#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%;
	border-style: none;
}

#lbPrevLink {
	left: 0;
	border-style: none;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
	border-style: none;
}

#lbNextLink {
	right: 0;
	border-style: none;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
	border-style: none;
}

#lbBottom {
	font-family: "Myriad Pro", Georgia, Candara, "Myriad Condensed Web", "Myriad Web";
	font-size: 90%;
	color: #110900;
	line-height: 110%;
	text-align: left;
	border: 10px none #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 43px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat bottom;
	margin: 5px 0;
	border-style: none;
	color: #110900;
}

#lbCaption, #lbNumber {
	margin-right: 50px;
	border-style: none;
}

#lbCaption {
	font-weight: normal;
	border-style: none;
	color: #110900;
	padding: 10px;
	font-size: 95%;
}
