/**
 * 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: 903px;
	height: 603px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 90%;*/
	z-index: 100;
	/*text-align: center;*/
	margin-left:30px;
	margin-top:20px;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	padding:28px 0px 0px 23px;
	margin-top:20px;
}
#lightbox-container-image {padding:0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.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:#a6cf6b!important;
}
.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:#a6cf6b!important;
}
#lightbox-nav {
	position: absolute;
	top: -34px;
	right: 30;
	height: 34px;
	width: 268px;
	z-index: 10;
	background-color:#731e35;
	padding:0px 0px 0px 0px;
	color:#ffffff;
}
/*#lightbox-container-image-box > #lightbox-nav { left: 0; }*/
#lightbox-nav a { color:#ffffff;}
#lightbox-nav-btnPrev
{
	position:absolute;
	width:85px;
	right:150px;
	color:#000000;
	padding-top: 17px;
	padding-bottom:5px;
	height:16px!important;
	color:#ffffff;
}
#lightbox-nav-btnNext 
{
	position:absolute;
	width:85px;
	right:20px;
	color:#000000;
	padding-top: 17px;	
	padding-bottom:5px;
	height:16px!important;
	color:#ffffff;
}
#lightbox-container-image-data-box {
	font: 11px segoe UI, frutiger, arial, sans serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	position:relative;
	padding:0px 0px 0px 23px;
	height:50px;
	/*-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:16px;
	height:16px;
	z-index: 11;
	background-color:#a6cf6b!important;
}
#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:16px;
	height:16px;
	z-index: 10;
	background-color:#a6cf6b!important;
}
#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:16px;
	height:16px;
	z-index: 11;
	background-color:#a6cf6b!important;
}
#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:16px;
	height:16px;
	z-index: 10;
	background-color:#a6cf6b!important;
}
#lightbox-container-image-data {
	/*padding: 0px 10px 0px 18px; */
	color: #666; 
	float:left;
	margin:0px 0px 0px 0px;
	width: 100%;
	text-align: left; 
} 
#lightbox-image-details 
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}	
#lightbox-image-details-caption 
{	
}
#lightbox-image-details-currentNumber {
	/*display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	visibility:hidden;*/
	width: 35px; 
	position:absolute;
	right:23px;
}			
#lightbox-secNav-btnClose 
{
	position:absolute;
	width:65px;
	padding-top: 17px;	
	padding-bottom:5px;
	right:90px;
	height:16px;
}