/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	/*max-width:1000px;
    _width:expression(this.width > 1000 ? "1000px" : this.width);
	max-height:600px;
    _height:expression(this.scrollHeight > 600 ? "600px" : "auto");*/
	width:850px; height:500px;overflow:hidden;
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	overflow:hidden;
}
#lbImage >  div{
	width:850px; height:500px; overflow:hidden;
	/*max-width:1000px;
    _width:expression(this.width > 1000 ? "1000px" : this.width);
	max-height:600px;
    _height:expression(this.scrollHeight > 600 ? "600px" : "auto");*/
}
#lbPrevLink, #lbNextLink {
	position: absolute;
	top: 0;
	width:425px;
	height:500px;
	outline: none;	
	overflow:hidden;
	
}

/*#lbPrevLink {
	left: 0;cursor:url(../images/pre.cur), auto; z-index:999;background:url(../../images/space.png) repeat scroll 0 0 transparent;
	
}*/

/*#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}*/

/*#lbNextLink {
	left: 425px;cursor:url(../images/next.cur), auto; z-index:999;background:url(../../images/space.png) repeat scroll 0 0 transparent;
}*/

/*#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}*/

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 17px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption{
	margin-right: 71px;
	font-size:16px; line-height:26px; color:#333;
}
#lbNumber{
	margin-right: 71px;
	font-size:14px; line-height:20px; color:#666;
}

#lbCaption {
	font-weight: bold;
}
