/* SLIGHTBOX */
/* variation on SLIMBOX */

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

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #012138;
	z-index: 20;
	border: 10px solid #fff;
}

#lbCenter {
	padding: 0px;
}

.lbLoading {
	background: #012138 url('img/loading-bar-black2.gif') no-repeat center;
	border: 1px solid #666;
}

#lbImage {
	z-index: 25;
}


#lbPrevLink, #lbNextLink {
	position: absolute;
	cursor: pointer;
	z-index:21;


}



#lbPrevLink
{
	bottom:15px;
        right:33px;
	margin: 0px;
	height: 13px;
	width: 13px;
	background: url('img/left.gif') no-repeat bottom left;

}



#lbNextLink {
	right: 10px;
	bottom:15px;
	margin: 0px;
	height: 13px;
	width: 13px;
	background: url('img/right.gif') no-repeat bottom right;
}


#lbBottom {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 13px;
	height: 13px;
	background: transparent url('img/close.gif') no-repeat center;
        padding: 6px 10px;
}

#lbNumber {
	display: none;
	float: left;color:#999;
}

#lbNumber.gallery {
	display: none;
	float: left;
	padding: 10px;
}

#lbCaption {
	margin-left: 10px;
	display: block;
	float: left;

}

#lbDescription {
	float: left;
	padding-right: 10px;
}

#lbDescription #lbTitle {
	float: left;
	clear: both;
	font-weight: bold;
        color:#fff;
        text-transform: uppercase;
        font-family: Arial;
        letter-spacing: 1px;
	font-size: 11px;
        padding-left: 10px;
        padding-top: 10px;
}

#lbDescription #lbCaption {
	margin-left: 0;
        color:#fff;
        padding-bottom: 10px;
	font-size: 10px;
        padding-left: 10px;
}

#lbDescription #lbTitle a {

	font-weight: bold;
        color:#fff;
        text-transform: uppercase;
        font-family: Arial;
        letter-spacing: 1px;
}

#lbDescription #lbCaption a {

        color:#fff;

}

#lbDescription #lbTitle a:hover {

        text-decoration: underline;
}

#lbDescription #lbCaption a:hover {

        text-decoration: underline;

}

