/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	/*cursor: pointer;*/
	z-index: 200;
}

#lbTopContainer { display: block; clear: both; width: 100%; margin-left: 30px; }
#lbBottomContainer { display: block; clear: both; width: 100%; margin-left: 30px; }
#lbCenter  {
	position: absolute;
	left: 50%;
	background-color: transparnet;
	z-index: 300;
}

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

#lbImage {
	display: block;
	float: left;
	/*border: solid transparent;
	border-width: 0 30px;*/
	margin: 0;
	/*padding-right: 30px;*/
	background-repeat: no-repeat;
}



#lbPrevLink, #lbNextLink {
	display: block;
	float: left;
	top: 0;
	width: 30px;
	outline: none;
	cursor:pointer;
}
#lbPrevLink { left: 0px; background: transparent url(prevlabel.gif) no-repeat 0% 48%; }
#lbPrevLink:hover { background: transparent url(prevlabel_f2.gif) no-repeat 0% 48%; }
#lbNextLink { right: 0px; background: transparent url(nextlabel.gif) no-repeat 100% 48%; }
#lbNextLink:hover { background: transparent url(nextlabel_f2.gif) no-repeat 100% 48%; }


#lbTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	/*border-width: 0 30px;
	border-style: solid;
	border-color: transparent;*/
	margin: 0;
}


#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	/*border: 30px solid transparent;
	border-top-width: 5px;*/
	padding: 5px 0 0;
}

#lbCloseLink {
	display: block;
	float: right;
	margin: 0 2px;
	color: #FFF;
}

#lbDownloadLink {
	display: block;
	float: right;
	margin: 0 2px;
	color: #FFF;
}
#lbDownloadLink:hover { color: #FFF; }

#lbCaption, #lbNumber {
	margin-right: 71px;
	margin-left: 2px;
	float: left;
}

#lbCaption {
	font-weight: bold;
}
