/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
body
{
}
#wrapper
{
	margin-top: 50px;
	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:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1180px;
	height: 470px;
	margin:0 auto;
	padding: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	color: White;
	position: relative;
	top: 25px;
	cursor: pointer;

  display: block;
    background-color: #D3D3D3;
    width: 48px;
    padding: 41px 0;
    margin-top: 185px;
	
}
.jscarousal .jscarousal-left
{
 display: block;
    background-image: url("../images/carousel-icon1.png" );
    width: 48px;
    height: 23px;
    margin: auto;
	float:left;
	margin-top:150px;
	
}
.jscarousal .jscarousal-right
{

 display: block;
    background-image: url("../images/carousel-icon2.png" );
    width: 48px;
    height: 23px;
    margin: auto;
	float:right;
		margin-top:150px;
}
.jscarousal-contents
{
	width: 1050px;
	height: 470px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left:30px;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 470px;
}
.jscarousal-contents > div > div
{
	float: left;
}

.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}

.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
