/**
 * 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
 */

.display_none{display:none;}
.display_block{display:block;}




.products{overflow:hidden;}
.products ul{width:1200px; margin:0 auto; overflow:hidden;}
.products ul li{width:400px; float:left; margin-bottom:20px; overflow:hidden;}
.products_list{width:380px; height:264px; margin:0 auto 20px; background:url('/images/iCaseLiBg.png') no-repeat 50% 100%; overflow:hidden;}
.products ul li a{display:block; width:380px; height:250px; text-align:center; position:relative; overflow:hidden;}
.products ul li a img{max-width:100%;}
.products ul li a p{height:30px; width:100%; line-height:30px; position:absolute; bottom:0; left:0; background-color:rgba(0,0,0,0.4); color:#fff; overflow:hidden;}

/*.product{height:800px; background-color:#292929; overflow:hidden;}*/
.product{height:860px; background-color:#292929; overflow:hidden;}
.product_ti{width:1000px; height:120px; margin:0 auto; line-height:120px; overflow:hidden;}
.product_ti h1{float:left; padding:0 40px; color:#fff; font-size:28px; font-weight:normal;}
.pic_lists{float:left; overflow:hidden;}
.pic_lists li{width:10px; height:10px; background-color:#676767; border-radius:100%; float:left; margin-right:10px; margin-top:60px; cursor:pointer;}
.pic_lists li:hover{background-color:#fff;}
#pic_lists{background-color:#fff;}
#back{display:block; width:96px; height:30px; float:right; margin-top:45px; margin-right:50px; background:url('/images/back.png') no-repeat 0 0;}
.pic_show{width:1200px; height:620px; margin:0 auto; text-align:center; position:relative;}
.pic_show ul{width:1000px; height:100%; position:relative; overflow:hidden; margin: 0 auto;}
.pic_show ul li{width:100%; height:100%; position:absolute; top:0; left:0; display:none;}
.pic_show ul li div{width:1200px; height:620px; display:table-cell; text-align:center; vertical-align:middle;}
.pic_show ul li div img{max-height:95%; width:100%;}
.pic_show > a{display:block; width:85px; height:85px; background-position:29px 20px; background-repeat:no-repeat; position:absolute; top:287px;}
.pic_show > a:hover{background-color:#0a0a0a;}
#pro_left{background-image:url('/images/proLeft.png'); left:-85px;}
#pro_right{background-image:url('/images/proRight.png'); right:-85px;}
/*.pic_text{height:60px; background-color:#0a0a0a; overflow:hidden;}*/
.pic_text{height:120px; background-color:#0a0a0a; overflow:hidden;}
.pic_text ul{width:1000px; height:100%; margin:0 auto; position:relative; overflow:hidden;}
.pic_text ul li{width:100%; height:100%; position:absolute; top:0; left:0; line-height:60px; color:#fff; font-size:14px; display:none; overflow:hidden;}
.pic_text ul li span{float:left; overflow:hidden;}
/*.pic_text ul li p{float:left; margin-left:30px; overflow:hidden;}*/
.pic_text ul li p{float:left;width:1000px;line-height:20px;}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	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;
	top: 0;
	left: 0;
	height: 100%;
	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: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px 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: 85%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}