/* Edited with EditCSS */
/**** LINK-tag style sheet style-jquery-lightbox.css?version=0.3 ****/

/**
 * Tags
 *
 */
/*body {
	background: #454545 url(../images/jquery-lightbox/bg-body.jpg) repeat-x;
	color: #fff;
	text-align: center;
	font: medium "Trebuchet MS", Arial, sans-serif;
}*/
/*a, a:visited {
	color: #A3D01A;
	text-decoration: none;
}
a:hover {
	color: #A3D01A;
	text-decoration: underline;
}*/
/*p, h2, h3, pre, code, dl, ul { margin-bottom: 10px; }
h3 { border-bottom: 1px solid #fff; }
dt { font-weight: bold; }
dd { margin-left: 15px; }
ul li ul { margin-left: 15px; }
pre,code {
	background-color: #333;
	padding: 10px;
	font: 12px "Courier New", Courier, monospace;
	width: 460px;
	overflow-y: hidden;
	overflow-x: auto;
}*/
/*p.download { text-indent: -99999px; }
p.download a {
	display: block;
	background: url(../images/jquery-lightbox/ico-download.png) no-repeat;
	width: 135px;
	height: 140px;
	position: absolute;
	top: 260px;
	left: 20px;
}*/
/**
 * Layout structure lightbox-logo
 *
 */
/*#container {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 750px;
	position: relative;
	overflow: hidden;
}*/
/*#branding h1 { background: url(../images/jquery-lightbox/lightbox-logo.png?version=0.3) no-repeat; 	zoom: 1;}
#branding h1 a {
	cursor: default;
	display: block;
	height: 208px;
	text-indent: -99999px;
	width: 735px;
}
#branding span { display: none; }
#content { margin: -50px 0 0 245px; }
#footer {
	border-top: 1px solid #fff;
	padding: 10px 0;
	font-size: .8em;
}
/* jQuery lightBox plugin - Gallery style */
#gallery ul { list-style: none; }
#gallery ul li { display: list-item; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #999;
}
#gallery ul a:hover { color: #999; }

/* Style for Usual tabs */
ul.idTabs { width: 100%; }
ul.idTabs li { 
	list-style: none; 
	float: left; 
}
ul.idTabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none!important;
  font: 10px Verdana;
  color: #FFF;
  background: #333;
  border-bottom: 1px solid #454545;
}
ul.idTabs a:hover {
  color:#FFF;
  background:#222;
}
ul.idTabs a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #454545;
  cursor:default;
}
div.tab {
	background-color: #444;
	clear: both;
	padding: 20px;
	*margin-top: -10px;
}


/**** LINK-tag style sheet jquery.lightbox-0.3.css ****/

/**
 * 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: 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: 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%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	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 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	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;	
}
