/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
        z-index:200;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 50px solid #EEE;
	border-bottom: 50px solid #EEE;
	background-repeat: no-repeat;
}

#lbPrevLink {
	left: 50px;
	display: block;
	position: absolute;
	top: 347px;
	outline: none;
	background: transparent url(../images/slimbox/prevbutton.gif) no-repeat left;
        height:17px;
        width:40px;
	padding-top:2px;
        padding-left:20px;
	font-size:11px;
	z-index:400;
}

#lbNextLink {
	right: 50px;
	display: block;
	position: absolute;
	top: 347px;
	outline: none;
	background: transparent url(../images/slimbox/nextbutton.gif) no-repeat right;
        height:17px;
        width:40px;
	padding-top:2px;
	font-size:11px;
	z-index:400;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 50px solid #EEE;
	border-bottom: 25px solid #EEE;
	border-top-style: none;
}

#lbCloseLink {
	position: absolute;
	right: 0px;
	display: block;
	width: 45px;
	height: 16px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat right;
	margin: 10px 10px; 
	z-index: 400;
	font-size:11px;
}

#lbNumber {
	font-size:11px;
	position:absolute;
	text-align:center;
	top:349px;
	width:100%;
}

#lbCaption {
	font-weight: bold;
}
