/**
 * jQuery gallerific lightBox plugin
 * This jQuery plugin was inspired and based on the jQuery Gallerific plugin by Trent Foley, and the jQuery Lightbox plugin by Leandro Vieira Pinho, 
 * which in turn was inspired by the original Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name gallerificLight.css
 * @author Matt Gifford aka ColdFuMonkeh (http://www.mattgifford.co.uk/)
 * @developed in conjunction with UGC Creative Ltd (http://www.ugccreative.com/)
 * @original author of jquery lightbox plugin Leandro Vieira Pinho - http://leandrovieira.com
 * @original author of jquery gallerific plugin Trent Foley - http://www.twospy.com
 * @version 0.2
 * @date October 12 2008
 * @category jQuery plugin
 * @license CC Attribution-Noncommercial-ShareAlike (http://creativecommons.org/licenses/by-nc-sa/3.0/)
 * @example Visit http://www.mattgifford.co.uk/ for more informations about this jQuery plugin
 */
		/*Crédito*/
		
		#image-desc {
			color:#999;
			font-size:11px;
			display:block;
			line-height:20px;
			margin-top:-15px;
			text-align:right;
		}
		
		/*Foto*/
		
		#slideshow {/* text-align:center; */margin-bottom:2px;}
			
		/*Box*/
		
		#gallery #details {
			background:#eee;
			border:1px solid #ccc;
			padding:10px 5px;
			margin-top:7px;
			margin-bottom:10px;
			width: 288px; /* IE */
			height:62px;
			overflow:hidden;
		}
		
			/*Legenda da foto*/
			
			#image-title {
				color: #666;
				font-size: 11px;
				line-height: 16px;
				font-weight: bold; 
				height: 50px;
			}
			#image-title a {color:#666;}
			#image-title a:hover {text-decoration:none;}
			
		/*Zerando estilos*/
		#navigation ul.thumbs {margin:0;padding:0;}	#navigation ul.thumbs li {margin:0 0 0 0;padding:0 0 0 0;line-height:normal;list-style:none;}
		#content #navigation ul.thumbs li {padding-left: 0; margin-bottom: 0;}
		
		/*interfaces ocultas*/
		.pag, .play {display:none;}
		
		
		/*Thumbs*/
		#navigation ul.thumbs {margin:0 auto;padding-left: 0;}
			#navigation ul.thumbs li {float:left;margin-left:2px;}
			
			#navigation ul.thumbs li a {
				display: block;
				width: 60px;
				height: 60px;
				overflow: hidden;
			}

			#navigation ul.thumbs li a  {border:2px solid white;/*text-align:center;*/}
			#navigation ul.thumbs li.selected a {border:2px solid #aaa;}				
			#navigation ul.thumbs li a img {min-height:100%;min-width:100%;}
		/*Nav Control*/
		.nav-controls a {display:block;width:15px;height:57px;text-indent:-9000px;background-repeat:no-repeat;margin-top:3px;}
			.nav-controls .prev {background-image:url(../images/nav_prev.png);float:left;margin-right:3px;}
			.nav-controls .next {background-image:url(../images/nav_next.png);float:right;}		


#gallery .image-wrapper {
	text-align: center;
	width: 300px;
	display:block;
	overflow:hidden;
}

#gallery .image-wrapper img {
	width: 100%;
}
			
	 /* jQuery specific overlay styles */
	 
	 #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: #eee;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-nav img {width:50%;}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		zoom: 1;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font-size: 11px !important;
		font-weight:normal !important;
		background-color: #eee;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 10px 10px;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 75%; 
		float: left; 
		text-align: left; 
	}	
/*	#lightbox-image-details-caption { font-weight: bold; }*/
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 66px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
/*download link e crédito - adicionado 17/06/09 */
.album {width:300px;}
.galeria #download-link {display:block;font-size:11px;color:#999;}
.galeria #download-link {text-decoration:none;}
.galeria #download-link:hover {text-decoration:underline;}
.galeria #download-link {background:url(../images/download.gif) no-repeat left center;padding-left:20px;width:60px;}
#gallery {position:relative;margin-top:14px;}


