/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#closeLBImage {
	position: absolute;
	right: 0;
	top: 0;
	background: #eee;
	z-index:9999;
}

#lightbox, #justLoadingLB{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	overflow: auto;
	margin:-220px 0 0 -250px;
	padding: 10px;
	border:5px solid #eee;
	background:#fff;
	text-align:left;
}

#justLoadingLB{
	border: 0;
	background:transparent;
	width:100px;
	height:100px;
	margin:-50px 0 0 -50px;
	padding: 0;
}

/*
#lightbox[id]{
	position:fixed;
}*/

/* se debe ir */
#lightbox textarea{
	width: 80%;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#lightboxFixed { 
	position:fixed !important;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
	margin-top:50px;
}

#lightbox.loading #lbLoadMessage p {
	text-align:center;		
}

#imageTitleLB{
	padding: 3px;
}

#lightboxFooter{
	top:50%; 
	left:50%;
	position:absolute;
	margin:-220px 0 0 -250px;
	padding:0;
	display:none;
}
#lightboxFooter2{
	position:absolute; 
	background:#eee; 
	top:430px; 
	left:0; 
	width:510px; 
	z-index:19999;
	padding:0px 10px 2px 10px;
	margin:0;
	text-align:right;
	font-size:10px;
	font-weight:bolder;
}
#lightboxFooter2 a{
	color: #000;
	text-decoration:none;
}
#lightboxFooter2 #captionLB{
	display: none;
	/*float: left;*/
	left: 5px;
	position:absolute;
	
}
