/*
 * @version		2.0.0 
 * @package		Joomla.Moudal
 * @subpackage	freeclupjetshow- Moudal (joomgallery)
 * @author		magid torfi (info@freeclup.com,sirmagid@gmail.com)
 * @copyright	Copyright (C) 2010-2012 by majid torfi (http://www.freeclup.com)
 * @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: 1000;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	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;
 */	
 position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { 


    display: block;
    position: absolute;
    top: 36%;
    z-index: 1000;
    width: 54px;

outline: none;

}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	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;	
}

.freeclupJetShow{
    background-clip: content-box;
    background-color: white;
    background-image: url("/images/freeclupjetShow.jpg");
    background-position: 20px -60px;
    background-repeat: no-repeat;
    border-color: #E8E4E4 #C9C5C5 #C9C5C5;
    border-style: double;
    border-width: 4px;
    color: #CD1F1F;
    height: 65px;
    margin: 1px;
    padding: 1px;
    width: 47px;
}
.freeclupJetShow:hover {
    border: 3px solid #B8B4B4;
    box-shadow: 0 5px rgba(0, 0, 0, 0.07);
}


