/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
}	/*width: 903px;
	height: 603px;*/
	

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: 0;
/*	text-align: center;
	border: 1px solid #FF0000;	 */
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #F0E9D9;
	margin: 0 auto;
	z-index: 11;
	padding:28px 0px 0px 23px;
	margin-top:20px;
/*	border: 1px solid #FF0000;	 */
}
#lightbox-container-image {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color: #fff;
	border: 1px solid #FF0000;	 */
	}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	/*	border: 1px solid #FF0000;	 */
}
/*.lightbox-nav-topleft
{
	background-image:url(../gifs/granate_superior_izquierda.gif);
	background-repeat:no-repeat;
	background-position: left top;*/
/*	position: absolute;
	top: -34px;
	right: 282px;
	width:16px;
	height:16px;
	z-index: 11;
	background-color:#262626!important;
	border: 1px solid #FF0000;	 
}*/
/*.lightbox-nav-topright
{
	background-image:url(../gifs/granate_superior_derecha.gif);
	background-repeat:no-repeat;
	background-position: right top;*/
	/*position: absolute;
	top: -34px;
	right: 30;
	width:16px;
	height:16px;
	z-index: 10;
	background-color:#262626!important; 
	border: 1px solid #FF6600;
}*/
#lightbox-nav {
	position: absolute;
/*	float: left; */
	top: -15px;
	right: 0px;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding:0px 0px 0px 0px;
	/*border: 1px solid #FF6600;
	color:#ffffff;
	background-color:#dfdfdf;
	*/
}
/*#lightbox-container-image-box > #lightbox-nav { left: 0; }*/
#lightbox-nav a { color:#ffffff;}
#lightbox-nav-btnPrev
{
	position: absolute;
	display: block;
	padding-left:37px;
	right:45px;
	top: 100%;
	padding-top:0px;
	margin-top: 0px;
	width:30px;
	color:#000000;
	z-index: 101;
	height:25px!important;
/*	border: 1px solid #FF6600;
	
	*/
}
#lightbox-nav-btnNext 
{
	position: absolute;
	display: block;
	right:15px;
	
	width:30px;
	color:#000000;
	top: 100%;
	padding-top: 0px;	
	padding-bottom:0px;
	height:25px!important;
	z-index: 101;
/*	border: 1px solid #FF0000;*/
}
#lightbox-secNav-btnClose 
{
	position: absolute;
	display: block;
	
	width:30px;
	padding-top: 0px;	
	padding-right:20px;
	z-index: 101;
	right:0px;
	height:25px;
	text-align: right;
/*	top:15px;
	border: 1px solid #FFFF00;*/
}
#lightbox-container-image-data-box {
	font: 11px segoe UI, frutiger, arial, sans serif;
		margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	position:relative;
	padding:0px 0px 0px 23px;
	height:30px;
	background-color: #F0E9D9;
	/*-moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px	*/
}
#lightbox-topleft
{
	/*background-image:url(../../gifs/blanca_superior_izquierda.gif);
	background-repeat:no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0px;
	width:27px;
	height:27px;
	z-index: 10;
	background-color:#F0E9D9!important;
	border: 1px solid #0000FF;*/
}
#lightbox-topright
{
	/*background-image:url(../../gifs/blanca_superior_derecha.gif);
	background-repeat:no-repeat;
	background-position: right top;
	position: absolute;
	top: 0px;
	right:0px;
	width:27px;
	height:27px;
	z-index: 10;
	background-color:#F0E9D9!important;
	border: 1px solid #0000FF;*/
}
#lightbox-bottomleft
{
	/*background-image:url(../../gifs/blanca_inferior_izquierda.gif);
	background-repeat:no-repeat;
	background-position: left top;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:27px;
	height:27px;
	z-index: 10;
	background-color:#F0E9D9!important;
	border: 1px solid #0000FF;*/
}
#lightbox-bottomright
{
	/*background-image:url(../../gifs/blanca_inferior_derecha.gif);
	background-repeat:no-repeat;
	background-position: right top;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width:27px;
	height:27px;
	z-index: 10;
	background-color:#F0E9D9!important;
	border: 1px solid #0000FF;*/
}
#lightbox-container-image-data {
	/*padding: 0px 10px 0px 18px; */
	color: #666; 
	float:left;
	margin:0px 0px 0px 0px;
	width: 100%;
	text-align: left; 
	z-index: 9;
	/*background-color: #fff;
	border: 1px solid #00FFFF;*/
} 
#lightbox-image-details 
{
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 0px;
	z-index: 9;
	width:85%;
	/*background-color: #fff;
	border: 1px solid #00FFFF;	*/
}	
#lightbox-image-details-caption 
{	
    
}
#lightbox-image-details-currentNumber {
	/*display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	visibility:hidden;*/
	z-index: 11;
	width: 35px; 
	position:absolute;
	right:15px;
	top:8px;
	/*background-color: #fff;
	border: 1px solid #00FFFF;*/
}			
