/**
 * 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-overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 414px;
}
#jquery-overlay2 {
	position: absolute;
	top: 414px;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }


#lightbox-bottom,
#lightbox-top {
	background: #6f3e90;
	margin: 0 auto;
	width: 450px;
	display: block;
}

#lightbox-top {
	overflow: visible;
}

#lightbox-top-data,
#lightbox-bottom-data {
	padding: 0 5px;
	line-height: 25px;
	color: #fff;
	text-align: left;
	overflow: hidden;
}

#lightbox-top-data {
	color: #c5b2d3;
	width: 50px;
	float: left;
}

#lightbox-btnClose {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../i/lightbox_close.png) 0 0 no-repeat;
	float: none;
	position: relative;
	top: -20px;
	margin: 0;
}

#lightbox-bottom-data {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#lightbox-image-box {
	position: relative;
	background: #6f3e90;
	width: 450px;
	height: 200px;
	margin: 0 auto;
	z-index: 10;
}

#lightbox-style-bottom {
	background: url(../i/lightbox_style_bottom.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 100%;
}

#lightbox-style-top {
	background: url(../i/lightbox_style_top.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-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;
	margin-left: 3px;
}

#lightbox-nav-btnNext { 
	right: 0;
	float: right;
	margin-right: 3px;
}

#lightbox-loading {
	position: absolute;
	top: 50%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-image-details-caption { text-transform: uppercase; }
#lightbox-image-details-currentNumber {
	text-align: left;
	padding-bottom: 1.0em;	
}