/* 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: transparent;
	padding:0 9px;
}

#lbBottomContainer {
background-color:#000000;
margin-top:-29px;
opacity:0.6;
overflow:hidden;
padding-left:5px;
position:absolute;
z-index:9999;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #fff;
	background-repeat: no-repeat;
	margin-left:5px;
}

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

#lbPrevLink {
	left: -9px;
	background: transparent url(../images/btn-slideLeft.png) no-repeat 0 80%;
}

/*#lbPrevLink:hover {
	background: transparent url(../images/btn-slideLeft.png) no-repeat 0 90%;
}*/

#lbNextLink {
	right: -9px;
	background: transparent url(../images/btn-slideRight.png) no-repeat 100% 80%;
}

/*#lbNextLink:hover {
	background: transparent url(../images/btn-slideRight.png) no-repeat 100% 90%;
}*/

#lbBottom {
border-left:3px solid #FFFFFF;
border-right:3px solid #FFFFFF;
border-top-style:none;
color:#FFFFFF;
font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
font-size:10px;
line-height:1.4em;
margin-bottom:-2px;
padding:0 8px;
text-align:left;
height:28px}

#lbCloseLink {
background:transparent url(../images/close.png) no-repeat scroll center center;
display:block;
float:right;
height:22px;
padding-top:5px;
width:66px;}

#lbNumber {
	display:none;
	padding-top:4px;
}

#lbCaption {
	font-weight: bold;
	padding-top:6px;
	margin-right:100px;
}

.caption {margin-left:8px}

