/**
 * 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;
	width: 100%;
	z-index: 11;
}

#jquery-lightbox
{
	line-height: 0;
	position: fixed;
	top: 25px;
	width: 100%;
	z-index: 12;
}

#lightbox-container-image-box
{
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

	#lightbox-image
	{
		border-radius: 10px;
	}

#lightbox-loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	text-align: center;
}

#lightbox-nav
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#lightbox-nav a
{
	display: block;
	height: 100%;
	outline: none;
	width: 45%;
}

#lightbox-nav-btnPrev
{
	float: left;
}

#lightbox-nav-btnNext
{
	float: right;
}

#lightbox-container-image-data-box
{
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 10px auto;
	overflow: hidden;
}

#lightbox-container-image-data
{
	color: #fff; 
}

#lightbox-image-details
{
	float: left;
	text-align: left;
	width: 70%;
}

	#lightbox-container-image-data
	{
		margin: 0 10px;
	}

		#lightbox-image-details-currentNumber
		{
			display: block;
		}

		#lightbox-secNav
		{
			float: right;
		}

			#lightbox-secNav h1
			{
				color: #fff;
				padding: 0;
				position: absolute;
				text-shadow: 1px 1px 5px #000;
				top: -20px;
			}