/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color:#000000;
	cursor: pointer;
	z-index:10000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #646464;
	z-index:10001;	
}

.lbLoading {
	background: #646464 url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #646464;
	background-repeat:no-repeat; background-position:center;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 100px;
	height: 20px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbNextLink {
	display: block;
	float: right;
	width: 100px;
	height: 20px;
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbPrevLink{
	display: block;
	float: right;
	width: 100px;
	height: 20px;
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat center;
	margin: 5px 0;
}
/*
#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}
*/
#lbBottom {
	font-family: Helvetica;
	font-size: 14px;
	color: #FFF;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #646464;
	border-top-style: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	/*font-weight: bold;*/
}

