﻿/**
 * 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.3.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.3
 * @date October 12, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @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: 1090;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	text-align: center;
	line-height: 0;
}

#lightbox-secNav { position: absolute; top: 6px; right: 5px; z-index: 2000; height: 20px; width: 20px;}

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 480px;
	margin: 0 auto;
	
	padding-top: 20px;
}
#lightbox-container-image { padding: 5px 10px 10px 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav 
{
	height: 20px;
	width: 100%;
}
.selfclear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

#lightbox-nav a:link, #lightbox-nav a:visited {text-decoration:none; color: #333333; }
#lightbox-nav a:hover { color: #333333; text-decoration: underline;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	margin-left: 5px; 
	/* background: transparent url(___just-anything-here.gif) no-repeat;  Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev 
{
	float: right;
	text-align: right;
	padding: 0 18px 0 0;
	background: url(../images/content/lightbox/lightbox-btn-prev.gif) right 15% no-repeat;
}
#lightbox-nav-btnNext 
{
	float: right;
	text-align: right;
	padding: 0 0 0 18px;
		background: url(../images/content/lightbox/lightbox-btn-next.gif) left 15% no-repeat;
}
#lightbox-container-image-data-box {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 10px 10px;
}

#lightbox-container-image-data {
	padding: 0px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%; 
	float: left; 
	text-align: left; 
}	
c-caption { font-weight: normal; color: #000000; padding: 1px; margin: 0; }
#lightbox-image-details-caption h3 { font-size: 1.4em; color: #d07a17;  margin: 0; padding: 0 0 5px 0;}
#lightbox-image-details-caption strong { margin: 4px 0;}
#lightbox-image-details-caption p { padding: 0 0 5px 0; margin: 0; color: #000000;}
#lightbox-image-details-caption p.reduced { font-size: 95%;}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}		
img#lightbox-image { border: 1px solid #CCCCCC; }	
div#lightbox-container-image-box { background-color: #ffffff; border: 1px solid #333333; border-bottom: none; }
div#lightbox-container-image-data-box { background-color: #ffffff; border: 1px solid #333333; border-top: none; }
#lightbox-container-image-data a.print { padding-right: 20px; background: transparent url(../images/global/icon_arrow_right.gif) right center no-repeat; font-weight: bold; color: #10427a; z-index: 2000; position: relative; }
#ImageTitle { position: relative; left: 0px; top: 0px;  }
