/**
 * 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
 */
 
 :focus {
outline: none;
}

 /* jQuery lightBox plugin - Gallery style */
	.gallery {
		padding: 0px;
		/* width: 700px; */
	}
	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.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: #fff;
	}
	.gallery ul a:hover { color: #fff; }
 
 
 	.gallery2 {
		padding: 0px;
		/* width: 700px; */
	}
	.gallery2 ul { list-style: none; }
	.gallery2 ul li { display: inline; }
	.gallery2 ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	.gallery2 ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.gallery2 ul a:hover { color: #fff; }

#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #jquery-overlay { /* ie6 hack */
	position:absolute;
	top:expression( eval(document.body.scrollTop) + 'px' );
}
#jquery-lightbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/* height: 100%; */
	z-index: 10000;
	text-align: center;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	top:0px;
	left: -20px;
	background-color: #fff;
	width: auto;
	height: auto;
	margin: 0px auto;
	padding-bottom: 18px;
}
#lightbox-container-image
	{
		padding:10px 0px 3px 0px;
		height: 20px;
	}
#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-image{
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;/*для IE*/
	height: 100%;
	zoom: 1;
	display: block;
	margin-top:32px;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	z-index:100;
}
#lightbox-container-image-data {
	padding: 0px 10px;
	/* color: #666;  */
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #00a6dc !important;
}	
#lightbox-image-details a.offer{
	background: url(images/basket.gif) left 4px no-repeat;
	padding: 6px 0px 4px 18px;
	font-size: 12px;
	color:#00a6dc;
}
#lightbox-image-details-caption
{
zoom:1;
font-weight: normal;
margin-left: 10px;
margin-top: 0px;
background: url(images/basket2.gif) left 1px no-repeat;
padding: 0px 0px 0px 18px;
font-family: arial;
font-size: 12px;
color:#00a6dc;

position: relative;
z-index: 10000;
}

#lightbox-image-details-currentNumber {
	display: block; 
	font-family: arial;
	font-size: 12px;
	color: #666;
	float: left;
	margin-top: 0px;
	width: auto;
}			
#lightbox-secNav-btnClose {
	position:relative;
	z-index:100;
	width: 17px; 
	float: right;
	padding:0px 7px 0px 0px;
	margin-right:-5px;
	margin-top:0px;
	position: absolute;
	top: 5px;
	right: 5px;
}

#play, #pause{
	overflow:visible;
	display:block;
	padding-left:0px;
	height:20px;
	text-decoration:underline;
	cursor:pointer;
	font-family: arial;
	font-size: 12px;
	color: #00a6dc;
	width: 140px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 16px;
}
#play{
	background: url(/include/images/play.gif) left top no-repeat;
}
#pause{
	background: url(/include/images/pause.gif) left top no-repeat;
}
#slideshow_link{
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	height: 20px;
	float: left;
	display:block;
	overflow:visible;
	position:relative;
	z-index: 10000;
}
#lightbox-preview{
	margin: 0px 0px 0px 6px;
	_margin-left:0px;
	_padding-left: 6px;
	width: 200px;
	float: left;
}
#lightbox-preview img{
	padding	: 5px;
	background: #fff;
}
.overlay_preview{
	display: block;
	float: left;
	border: 1px solid white;
}
#lightbox-preview a{
	cursor: pointer;
}
#lightbox-preview a.active{
	border: 1px solid #ed7dad;
	padding: 0px;
	cursor: default;
}
