/* SLIMBOX */

#lbOverlay {
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	hieight: 100%;
	background-color: #202020;
	cursor: pointer;

}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDD1BC;
	z-index: 1002;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #DDD1BC;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
	background: transparent;
/*	background: transparent url(but_prev.gif) no-repeat 0% 95%; */
}

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

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

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

#lbBottom {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #452721;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #DDD1BC;
	xorder: 10px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 52px;
	height: 20px;
	background: transparent url(but_close.gif) no-repeat center;
	margin: 0px 0;
}

#btPrevLink, #btNextLink {
	display: block;
	float: right;
	width: 52px;
	height: 20px;
	margin: 0px 0;
}

#btPrevLink
{
	background: transparent url(but_prev.gif) no-repeat;
	margin-right: 8px;
}
#btNextLink
{
	background: transparent url(but_next.gif) no-repeat;
		margin-right: 8px;
}


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

#lbCaption {
	font-size: 12px;
	font-weight: normal;
	color: #452721;
}

