
#wrapper
{
	margin-top: 0px;
	text-align:center;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
 /* background-color: rgba(253,253,253,0.5); *//*dim the background*/
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1335x;
	height: 444px;
	
	border: solid 0px #7A7677;
	margin:0 auto;
	margin-top:40px;
	padding: 0;
	padding: 22px 0px 22px 0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #fdfdfd;
	color: White;
	/*position: relative;
	top: 150px;*/
	cursor: pointer;
}
.jscarousal .jscarousal-right
{
	/*background-image: url(image/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	width: 31px; height: 57px; background: url(images/lc28.png) no-repeat center; position: absolute; top: 235px; right: -52px; cursor: pointer;
}

.jscarousal .jscarousal-right:hover{
	/*background-image: url(image/left_arrow.gif);*/
	width: 31px; height: 57px; background: url(images/lc30.png) no-repeat center;
}
.jscarousal .jscarousal-left
{
	/*background-image: url(image/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	width: 31px; height: 57px; background: url(images/lc27.png) no-repeat center; position: absolute; top: 235px; left: -52px; cursor: pointer;
	
}

.jscarousal .jscarousal-left:hover
{
	/*background-image: url(image/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	width: 31px; height: 57px; background: url(images/lc29.png) no-repeat center;
	
}
.jscarousal-contents
{
	width: 1170px;
	height: 444px;
	float: left;
	position: relative;
	overflow: hidden;
	
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 572px;
	
	
	
}

.jscarousal-contents > div > div
{
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	cursor:pointer;
    width: 337px; height: ;position: relative; height: 444px;
	overflow:hidden;
}
.jscarousal-contents img
{
	height: 307px; width: 337px; overflow: hidden;
	
	transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;



	transform: scale(1);



	-ms-transform: scale(1);



	-webkit-transform: scale(1);
	
}

.jscarousal-contents a:hover img
{
	
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
	
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
	
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
	
}

.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
	width:337px;
	overflow:hidden;
	float:left;
}
.thumbnail-text
{
	color: #5d5d5d;
	font-weight:normal;
	text-align: center;
	display: block;
	padding: 10px 2px 2px 0px;
	font-family:"Microsoft YaHei";
	/*font-family:微软雅黑,宋体;*/
	font-size:18px;
	
	height: 132px; background: #f4f4f4;  padding-top: 55px;
	
}
.thumbnail-text:hover
{
	color: #ffffff;
	font-weight:normal;
	text-align: center;
	display: block;
	padding: 10px 2px 2px 0px;
	font-family:"Microsoft YaHei";
	/*font-family:微软雅黑,宋体;*/
	font-size:18px;
	
	height: 132px; background:#ac0707;  padding-top: 55px;
	
}