/* SLIGHTBOX */
/* variation on SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index: 15;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #666;
	z-index: 20;
	border: 0;
}

#lbCenter {
	padding: 10px;
}

.lbLoading {
	background: #666 url('../images/smoothgallery/loading-bar-black2.gif') no-repeat center;
	border: 1px solid #666;
}

#lbImage {
	z-index: 25;
}


#lbPrevLink, #lbNextLink {
	position: absolute;
	cursor: pointer;
	background: tranparent;
	z-index:12;


}



#lbPrevLink
{
	Xborder:1px solid red;
	bottom: -14px;
    right:60px;
	margin: 15px;
	height: 20px;
	width: 20px;
	background: url('../images/smoothgallery/prev_new.gif') no-repeat bottom left;
}



#lbNextLink {
	right: 30px;
	bottom: -14px;
	margin: 15px;
	height: 20px;
	width: 20px;
	background: url('../images/smoothgallery/next_new.gif') no-repeat bottom right;
	/*border:1px solid blue;*/
}


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
}

#lbCloseLink {
	
	/*float: right;*/
	width: 20px;
	height: 20px;
	background: transparent url('../images/smoothgallery/close_new.gif') no-repeat center;
	
	position: absolute;
	bottom: 1px;
	right: 15px;
	z-index: 100;
	
}

#lbNumber {
	display: block;
	float: right;
    color: #fff;
    
    display: none !important;
}

#lbNumber.gallery {
	display: block;
	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;
	font-size: 1.3em;
}

#lbDescription #lbTitle a{
	display:none;
}

#lbDescription #lbCaption {
	margin-left: 0;
    color:#fff;
    font-size: 1.15em;
	margin-bottom: 7px;    
}
