#wrapper{width:1180px; margin:0 auto;}
.jscarousal
{
	width: 100%;
	height: 140px;
	margin:0 auto;
	padding: 5px 0px 22px 18px;
	position: relative; 
	overflow: hidden;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 25px;
	height: 98px;
	color: White;
	position: relative;
	top: 13px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../image/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../image/right_arrow.png);
	background-repeat: no-repeat;
	background-position:left;
}
.jscarousal-contents
{
	width: 1100px;
	height:200px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 200px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-right:10px;
}
.jscarousal-contents img
{
	width: 171px;
	height: 120px;
	border: solid 1px #7A7677;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=90);
	opacity: 0.9;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
}
.thumbnail-text
{
	color: #333;
	text-align: left;
	display: block;
	font-size:12px;
	height:22px;
	line-height:22px;
	width:170px;
	overflow:hidden;
	padding: 0px 2px 2px 0px;
}