
/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-image: url(../../imgs/bg.jpg);
	cursor: pointer;
	z-index: 50000
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	/*background-image: url(../../imgs/bg.jpg);*/
	z-index: 50001
}
#lbBottomContainer {
	height: 1px
}

.lbLoading {
	/*background: #fff url(images/loading.gif) no-repeat center;*/
	background-image: url(../../imgs/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	border: 5px solid #fff;
}


.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

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

#lbNextLink {
	right: 0;
}

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

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	position: absolute;
	top: 3px;
	right: 30px;
	background: transparent url(../../imgs/seta_esq_pb.gif) no-repeat left;
	
}

#lbNextLink {
	position: absolute;
	top: 3px;
	right: 0px;
	background: transparent url(../../imgs/seta_dir_pb.gif) no-repeat right;
}
#lbControls {
	display: block;
	height: 30px;
	position: absolute;
	right: 50px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	background-color: #FFFFFF;
	position:relative;
	top: -40px;
	left: 5px;
	opacity: 0.6;
     -moz-opacity: 0.6;
     filter: alpha(opacity=60);
	 padding-bottom: 7px;
	 height: 30px;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent  url(../../imgs/fechar.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
	position: absolute; 
	top:8px; 
	right:-18px;
}

#lbCaption, #lbNumber, #lbDescription {
	margin-left: 20px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

/*************************************************************/

