#wrapper
{
	text-align:center;
	margin-bottom:10px;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:217px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1240px;
	height: 217px;
	border: solid 0px #7A7677;
	margin:0 auto;
	padding: 0;
	padding: 0px 0px 0px 0px;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 1px;
	height: 217px;
	color: White;
	position: relative;
	top: 0px;
	padding:0 0px 0 0px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1220px;
	height:217px;
	float: left;
	padding-top:30px;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div :after{content: ""; display: inline-block;    height: 0;    overflow: hidden;    width: 100%;}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 217px;
	text-align:justify;/* 两端对齐  - 默认浏览器 */text-justify:distribute-all-lines;/* 两端对齐  -  IE浏览器*/ *zoom:1;
}
.jscarousal-contents > div > div
{
	width:280px;
	height:217px;
	padding-top:0px;
	float: left;
	margin-right:25px; 
	display:inline-block; *display:inline; *zoom:1; vertical-align:top;
}
.jscarousal-contents img
{
	width:280px;
	height:217px;
	border: solid 0px #7A7677;
	margin-bottom:0px;
	
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #da251c; font-size:14px
	text-align: center;
	display: block;
	padding: 5px 2px 2px 5px;
}
.thumbnail-text a:hover
{
	color: #fff; font-size:14px
}
