/**
 * 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 lightBox plugin - Gallery style */

div#gallery ul { list-style:none; }
div#gallery ul li { display:inline; }
div#gallery ul img {
	border:0;
	list-style-type:none;
	background-image:none;
}
div#gallery ul a:hover img {
	color:#fff;
}
#gallery ul a:hover { color:#fff; }
ul#screen{
	padding:0;
	margin:8px auto;
	list-style-type:none;
	background-image:none;
}			
ul#screen li{
	float:left;
	list-style:none;
	list-style-type:none;
	background-image:none;
	padding:0;
	margin:0;
}
ul#screen .jq-ss-crop{
	margin:0;
	float:left;		
	list-style-type:none;
	background-image:none;
	padding:0;
}
#left {
	font-weight:bolder;
	font-size:36px;
	line-height:120px;
	display:block;
	text-decoration:none;
	color:black;
	margin:0;
	padding:0 30px 0 0;
}
#right {
	font-weight:bolder;
	font-size:36px;
	line-height:120px;
	display:block;
	text-decoration:none;
	color:black;
	margin:0;
	padding:0 0 0 30px;
}
a.navigator img {
	border:0;
	margin:28px 0;
}
li#view{
	margin:0;
	width:750px;
	height:212px;
	overflow:hidden;
	list-style-type:none;
}
ul#images {
	width:9822px !important;
	width:9822px;
	padding:0;
	list-style-type:none;
}
ul#images li {
	margin:0;
	list-style-type:none;
	padding:0 25px;
}
ul#images li img{
	margin:0 auto;
	height:111px;
	width:141px;
	background-color:#fff;
	padding:0;
	border:1px solid #8A979C;
	list-style-type:none;
}
ul#images li {
	background:url(../fw/scrollshow_vr.jpg) top right repeat-y;
	padding:5px 30px;
}
#jquery-overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:200%;
}
#jquery-lightbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}
#jquery-lightbox a img, #jquery-lightbox a:hover, #jquery-lightbox a:focus { 
	border:0; 
	text-decoration:none; 
}
#lightbox-container-image-box {
	position:relative;
	background-color:#fff;
	width:auto;
	height:auto;
	margin:0 auto;
}
#lightbox-container-image { 
	padding:10px; 
}
#lightbox-loading {
	position:absolute;
	top:0%;
	left:0%;
	height:0%;
	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:20%;
	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:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	width:100%;
	padding:0 10px;
	overflow:hidden;
}
#lightbox-container-image-data {
	padding:0 10px; 
	color:#666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width:100%; 
	float:left; 
	text-align:left; 
}	
#lightbox-image-details-caption { 
	font-weight:bold; 
}
#lightbox-image-details-currentNumber {
	display:Block; 
	clear:left; 
	padding-bottom:1.0em;	
}			
a#lightbox-secNav-btnClose {
	width:100%; 
	float:right;
	padding:0 0 0.7em;
	margin:0 0 0 auto;	
	text-align:right;
}
a#lightbox-secNav-btnClose img {
	float:right;
}
a#lightbox-secNav-btnClose:hover,
a#lightbox-secNav-btnClose:focus {
	text-align:right;
	float:right;
	padding:0 0 0.7em;	
	margin:0;
}
