/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
body{}
#wrapper
{
	width:100%;
	text-align:center; margin-top:30px;
}
.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: 740px;
	margin:0 auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width:15px;
	height: 15px;
	background:#1e1e1d; border-radius:50%;
	position:absolute;
	bottom:10px;
	cursor: pointer; z-index:1
}
.jscarousal .jscarousal-left
{
	right:48.5%
}
.jscarousal .jscarousal-right
{
	left:48.5%
	
}
.jscarousal .jscarousal-left:hover, .jscarousal .jscarousal-right:hover{ background:#aeaeae}

.jscarousal-contents
{
	width: 100%;
	height:740px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 260px;
}
.jscarousal-contents > div > div
{
	width:49%; margin:30px 2% 0 0; display:inline;
	float: left;
}
.jscarousal-contents > div > div:nth-child(2n){ margin:30px 0 0 0}

.jscarousal-contents img
{
	width: 318px;
	height: 212px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
