/* 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: hidden;
	background-color: #fff;
	
	
}

#lbCenter
{
padding: 46px;
border: 1px solid black;
}



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

#lbImage {
	position: absolute;
	left: +46px;
	top: +46px;
	border: 1px solid white;
	background-repeat: no-repeat;
	
	background-color: #fff;
}

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

#lbPrevLink {
	left: -30px;
	background: transparent url(arrow_left.png) no-repeat 0 15%;
}

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

#lbNextLink {
	right: -30px;
	background: transparent url(arrow_right.png) no-repeat 100% 15%;
}

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

#lbBottomContainer 
{
	position: absolute;
	xposition: relative;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	top:40px;
	
}

#lbBottom {
	xfont-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	xfont-size: 10px;
	color: #666;
	xline-height: 1.4em;
	text-align: left;
	border: 1px solid black;
	border-top-style: none;
	padding-left: 46px;
	padding-right: 46px;
	padding-bottom:14px;
	font-weight:normal;
font-family:helveticalight;
font-size:10px;
letter-spacing:1px;
line-height:23px;
	min-height:33px;
	xmargin-top:50px;
	xtop:70px;
	xposition:relative;
	xleft:20px;
}

#lbCloseLink {
	display: none;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
 xfont-family: "Times New Roman";
    xfont-size: 15px;
    color: black;
    xfont-weight: normal;
    xline-height: 26px;
    text-align: left;
    text-transform: none;
    font-weight:normal;
font-family:helveticalight;
font-size:17px;
letter-spacing:1px;
line-height:23px;
    }

