/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
body{}
#wrapper
{
	width:100%;
	text-align:center;
}
.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:320px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 100%;
	height: 319px;
	margin:0 auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}



.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width:48px;
	height: 148px;
	color: White;
	position: relative;
	top:100px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/p_left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/p_right.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1000px;
	height:368px;
	position: relative;
	overflow: hidden;
	list-style: none;
	float: left;
	margin: 0px 52px;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
}
.jscarousal-contents > div > div
{
	float: left;
}
.jscarousal-contents img
{
	width: 100%;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
	width: 300px;
	background: #0250a3;
	margin-right: 50px;
	border: 1px solid #eee;
	box-sizing: border-box;

}

.cp_wz {
	width: 100%;
	height: 48px;
	background: #eee;
	text-align: center;
	color: #333333;
	line-height: 48px;
	font-size: 16px;
}

.thumbnail-active:hover .cp_wz  { 
	color: #fff;
	background: #23538f;
	}

.thumbnail-inactive
{
	color: #4d4746;
	cursor: pointer;
	margin-right: 50px;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

