/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter  {
	position: absolute;	
	z-index: 9999;
	overflow: visible;
	background-color: #fff;
}
#lbBottomContainer {
	position: absolute;	
	z-index: 9999;
	background-color: #fff;
	overflow: hidden;
	}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #fff;	
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	overflow:visible;
	top: 0;
	width: 240px;
	outline: none;
}

#lbPrevLink {
	right: 400px;
	background: transparent url(prev_btn.gif) no-repeat 0px 50%;	
}

#lbPrevLink:hover {
	background: transparent url(prev_btn_on.gif) no-repeat 0px 50%;
}

#lbNextLink {
	left: 400px;
	background: transparent url(next_btn.gif) no-repeat 150px 50%;
}

#lbNextLink:hover {
	background: transparent url(next_btn_on.gif) no-repeat 150px 50%;
}

#lbBottom {
	text-align: left;
	padding-top: 0px;
	border-bottom: 0px solid #fff;
	border-left: 20px solid #fff;
	border-right: 0px solid #fff;	
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 95px;
	height: 56px;
	background: transparent url(close_btn.gif) no-repeat center;
	margin: 0px;
	outline: none;
}
#lbCloseLink:hover {
	background: transparent url(close_btn_on.gif) no-repeat center;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	height:auto;	
	font:16px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #d97a26;
}

#lbNumber {
	font: 12px/16px Arial, Helvetica, sans-serif;;
	color: #666;
	margin: 0px 0px 0px 0px;	
}
