/* SLIMBOX */

.hidden { display: none; }

#lbOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 872px;
	height: 512px;
	background: transparent url(bg_slimbox.jpg) no-repeat top left;
	cursor: pointer;
	z-index: 3000;
}

#lbCenter {
	z-index: 3001;
}

#lbBottomContainer {
	z-index: 3002;
}


#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: visible;
	/*overflow: hidden;*/
	/*background-color: #fff;*/
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 26px;
	height: 26px;
	outline: none;
}

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

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

#lbNextLink {
	right: 0;
	margin-right: -46px;
	background: transparent url(nextlabel.png) no-repeat 100% 15%;
}

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

* html #lbPrevLink { background-image: url(prevlabel.gif);}
* html #lbPrevLink:hover { background-image: url(prevlabel_hover.gif);}

* html #lbNextLink { background-image: url(nextlabel.gif);}
* html #lbNextLink:hover { background-image: url(nextlabel_hover.gif);}


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

#lbCloseLink {
	display: block;
	position: absolute;
	top: 10px;
	right: 50%;
	width: 144px;
	height: 22px;
	outline: none;
	background: transparent url(closelabel.png) no-repeat right;
	margin: 0pt -72px 0pt 0pt;
}

#lbCloseLink:hover {
	/*background: transparent url(closelabel_hover.png) no-repeat center;*/
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	display: none;
}

#lbCaption {
	margin-top: 20px;
	text-align: center;
}

#lbCaption span {
	padding: 5px;
	text-align: center;
	/*background: transparent url(caption.png) repeat center;*/
	background: #000;
}

