/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #FFF;
	cursor: pointer;

}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #FA660C;
	z-index: 10;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
	border: 1px solid #FA660C;
}

#lbImage {
	border-top: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	width: 50%;
	
}

#lbPrevLink {
	left: 0;
	background: transparent url(/images/prevlabel.gif) no-repeat 0% 0%;
	border-left:2px;
}
#lbNextLink {
	right: 0;
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 0%;
	border-right:2px hidden;
}

/*#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 100%;
	
}



#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 100%;
	
	
}*/

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFfff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FA660C;
	border-top-style: none;
	background-color:#FA660C;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	color:#fff;
	font-weight: bold;
}
