/* ͼ Ѽ www.lanrentuku.com */
#wrapper
{
	text-align:center;
}
.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:1200px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1240px;
	height: 250px;
	margin:0px auto;
	
	background-color: white;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 55px;
	height: 55px;
	color: White;
	position: relative;
	top: 80px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1130px;
	height: 260px;
	float: left;
	position: relative;
	overflow: hidden;
	
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 260px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.jscarousal-contents img
{
	width: 270px;
	height: 224px;
	border: solid 1px #dedede;

}
.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;
}
.thumbnail-text
{
	text-align: center;
	display: block;
	height:40px;
	line-height:40px;
	position:relative;
	top:-40px;
	font-size:16px;
	color:white;
	background:#939393;
}
.thumbnail-active .thumbnail-text{background:#e82c29; }
