/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 901;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	overflow:hidden;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 902;
	background-color: transparent;
	top: 254px !important;
}

#lbCenter {
	/*top: 290px !important;*/
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 94px;
	width: 100px;
	outline: none;
}
	/*#lbPrevLink {
		margin-left: 17px;
	}
	#lbNextLink {
		margin-right: 17px;
	}*/

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink {
	display: none; /* was block */
	/*float: right;
	width: 66px;
	height: 22px;
	background: transparent url('closelabel.png') no-repeat center;
	margin:-20px 21px;
	outline: none;*/
}

#lbCaption, #lbNumber {
	display: none;
}

#lbCaption {
	font-weight: bold;
}