/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
border-color:grey #FFFFFF #FFFFFF;
border-style:solid;
border-width:1px 10px 10px;
color:#666666;
font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
font-size:10px;
line-height:1.4em;
text-align:left;
padding-top: 5px;
}

#lbCloseLink {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:grey url(images/closelabel.gif) no-repeat scroll center center;
display:block;
float:right;
height:24px;
margin:5px 0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
width:68px;
}

#lbCaption, #lbNumber {
	margin-right: 0px;
}

#lbCaption {
background-color:grey;
color:white;
font-weight:normal;
margin-top:5px;
padding:10px;
margin-bottom: 5px;
}
