/**
 * 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-overlay
{
	height:   500px;
	left:     0;
	position: absolute;
	top:      0;
	width:    100%;
	z-index:  90;
}

#jquery-lightbox
{
	left:        0;
	line-height: 0;
	position:    absolute;
	text-align:  center;
	top:         0;
	width:       100%;
	z-index:     100;
}

#jquery-lightbox a img
{
  border: none;
}

#lightbox-container-image-box
{
	background-color: #161616;
	height:           250px;
	margin:           0 auto;
	position:         relative;
	width:            250px;
}

#lightbox-container-image
{
  padding: 5px;
}

#lightbox-loading
{
	position:    absolute;
	top:         40%;
	left:        0%;
	height:      25%;
	width:       100%;
	text-align:  center;
	line-height: 0;
}

#lightbox-nav
{
	height:   100%;
	left:     0;
	position: absolute;
	top:      0;
	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:   40%;
	height:  100%;
	display: block;
	zoom:    1;
}

#lightbox-nav-btnPrev
{ 
	left:  0; 
	float: left;
}

#lightbox-nav-btnNext
{
	float: right;
	right: 0;
}

#lightbox-container-image-data-box
{
	background-color: #161616;
	margin:           0 auto;
	overflow:         auto;
	padding:          0 5px 5px;
	width:            100%;
}

#lightbox-container-image-data
{
	color:   #eeeeee;
}

#lightbox-container-image-data #lightbox-image-details
{
	display:    none;
	float:      left;
	text-align: left;
	width:      70%;
}

#lightbox-image-details-caption
{
}

#lightbox-image-details-currentNumber
{
}			

#lightbox-secNav-btnClose
{
  float: right;
	width: 20px;
}
