/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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: 100;
	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;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);	
}
#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-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; 
	position: absolute;
	bottom: 0;
}
	#lightbox-nav-prev {
		font-weight: bold;
		display: none;
		background: url("/wp-content/themes/canadiandriver/resources/img/backgrounds/bg-link-left.png") no-repeat 0 2px;
		text-align: left;
		margin: 595px 0 0 20px;
		padding-left: 10px;
		line-height: 13px;
	}
	#lightbox-nav-btnPrev.active #lightbox-nav-prev {
		display: block;
	}	
#lightbox-nav-btnNext { 
	right: 0; 
	position: absolute;
	bottom: 0;
}
	#lightbox-nav-next {
		font-weight: bold;	
		display: none;
		background: url("/wp-content/themes/canadiandriver/resources/img/backgrounds/bg-link-right.png") no-repeat right 2px;
		text-align: right;
		margin: 595px 20px 0 0;	
		padding-right: 10px;
		line-height: 13px;
	} 
	#lightbox-nav-btnNext.active #lightbox-nav-next {
		display: block;
	}
#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%;
	margin-top: 3px;
}
#lightbox-container-image-data {
	color: #666; 
	font-weight: bold;
}
#lightbox-container-image-data #lightbox-image-details { 
	text-align: center; 
}	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 16px; 
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#lightbox-image {
	margin-top: 60px;
}
#lightbox-image-details-caption {
	position: absolute;
	top: 25px;
	left: 20px;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2",sans-serif;		
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: bold;	
}
#lightbox-section {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	position: absolute;
	top: 10px;
	left: 20px;
}