/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	background-color: White;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index:9;
}

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

#lbImage {
	/*border: 10px solid #fff;*/
	border-top: 10px solid #EBEBFA;
	border-left: 10px solid #EBEBFA;
	border-right: 10px solid #EBEBFA;
	border-bottom: 4px solid #EBEBFA;
	}

#lbPrevLink, #lbNextLink {
/*	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;*/
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

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


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

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

#lbCloseLink {
	/*display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;*/
		float: right;
	cursor:pointer;
	width: 90px;
	background: #EBEBFA url(closelabel.gif) no-repeat 50% 0;
	padding: 20px 3px 0 3px;
	white-space: nowrap;
	text-align: center;
}

#lbCaption, #lbNumber {
	margin-right: 1px;
}

#lbCaption {
	/*font-weight: bold;*/
		overflow: auto;
	line-height: 1.6em;
	background: White;
	border: 1px solid #C8C8D0;
	padding: 0 6px 4px 6px;
}
