
#wrapper{
	text-align:center;
	height:582px;
}
.overlay{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,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: 1050px;
	margin:0 auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;
	color: White;
	position: relative;
	top:0;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/f1.gif);
	background-repeat: no-repeat;
	background-position: left;
	width:52px;
	height:104px;
	float:left;
	position: absolute;
	left:-63px;
	top:220px;
	
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/f2.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:52px;
	height:104px;
	float:right;
    position: absolute;
	right:-65px;
	top:220px;
}
.jscarousal-contents
{
	width: 1050px;
	height: 582px;
	float: left;
	position: relative;
	overflow: hidden;

}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	
}
.jscarousal-contents > div > div
{
	float: left;
	width:328px;
	height:286px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 16px;
	line-height: 20px;
}
.jscarousal-contents img
{	

}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
.ttuu1{
	float: left;
	height: 244px;
	width: 241px;
	border: 1px solid #1b3f88;
}
.ttuu2{
	line-height: 34px;
	float: left;
	height: 30px;
	width: 298px;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 13px;
}
.ttuu2 a{
	color: #333333;
	text-decoration: none;
}
.ttuu2 a:hover{
	color: #666666;
	text-decoration: none;
}