﻿/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */

#wrapper{
	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:20px auto;
    width:160px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal{
	width: 700px;
	height: 140px;
	background-color: #ccc;
	border: solid 1px #ccc;
	margin:0 auto;
	padding: 20px 0px 0px 0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right{
	float: left;
	width: 15px;
	height: 18px;
	background-color: #ccc;
	color: White;
	position: relative;
	top: 58px;
	cursor: pointer;
}
.jscarousal .jscarousal-left{
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right{
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents{
	width: 670px;
	height: 120px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div{
	position: absolute;
	width: 100%;
	height: 150px;
}
.jscarousal-contents > div > div{
	float: left;
	margin-left: 9px;
	margin-right:5px;
}
.jscarousal-contents img{
	width: 150px;
	height: 118px;
	border: solid 1px #fff;
}
.hidden{
	display: none;
}
.visible{
	display: block;
}
.thumbnail-active{
/*	filter: alpha(opacity=100);
	opacity: 1.0;*/
	cursor: pointer;
}
.thumbnail-inactive{
/*	filter: alpha(opacity=60);
	opacity: 0.6;*/
	cursor: pointer;
}
.thumbnail-text{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
