/**
 * 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
 */
.box-imgs{float:left; width:676px; height:405px; }
 #content{position:relative; z-index:1; float:left; width: 676px;  height:490px; /*border:1px solid #000;*/ border-bottom:0; border-top:0; overflow:hidden;}
 .img-gallery{float:left; width:128px; height:99px;  margin:0 5px 4px 0; overflow:hidden;}
.img-gallery img{float:left;border:0;}
 #jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 5px; }
#lightbox-loading{
	position: absolute;
	margin:40% 0 0 0;
	height: 32px;
	width: 96%;
	line-height: 0;
	top:50%;
	margin:-16px 0 0 0;
}
.ie7 #lightbox-loading-link{
	position:relative;
	float:left;
	margin:0 0 0 -12px;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 5px 0;
}
#lightbox-container-image-data {
	padding: 0 5px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { float:left; font-family:Arial, Helvetica, sans-serif; color:#777; font-size:2em;  margin:7px 0 0 3px; }

#lightbox-image-details-currentNumber {
	display: none; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 46px; 
	height: 32px;
	float: left;	
}
#gallery-slider{float:left; width:5000px; height:405px; margin:0;}
#box-gallery{float:left; width:661px; height:430px; margin:25px 0 0 8px; overflow:hidden;}
#box-gallery .g_sig_es, .g_sig_en{float:right; margin:10px 7px 0 0; background:url(../images/siguiente.png) no-repeat; width:67px; height:17px; cursor:pointer;}
#box-gallery .g_ant_es, .g_ant_en{float:left; margin:10px 0 0 0; background:url(../images/anterior.png) no-repeat; width:67px; height:17px; cursor:pointer;}

#box-gallery .g_sig_en{background:url(../images/siguiente_en.png) no-repeat;}
#box-gallery .g_ant_en{background:url(../images/anterior_en.png) no-repeat;}
