/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
#wrapper
{
	margin-top: 50px;
	text-align:center;
}

#overlay_pic {
    margin:107px auto;
    width:215px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	height:130px;
	margin:0 auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 26px;
	height:50px;
	color: White;
	position: relative;
	top: 30px;

}
.jscarousal .jscarousal-left
{
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 30px;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 30px;
}
.jscarousal-contents
{
	width: 1076px;
	height:130px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height:130px;
}
.jscarousal-contents > div > div
{
	float: left;
}
.jscarousal-contents img
{
	width: 215px;
	height:107px;
}
.jscarousal-contents p { height:23px; line-height:23px; font-size:14px;}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;

}
.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 0.6;

}