﻿.jscarousal
{
	width: 976px;
	height: 130px;
	background: url("../images/groupbg.jpg") 0 0 no-repeat;
	margin: 0;
	padding: 0;
	padding: 10px 12px 18px 12px;
	position: relative; /*overflow: hidden;*/
	margin-top: 80px;

}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 40px;
	height: 64px;
	position: relative;
	top: 36px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(left_arrow.png);
	background-repeat: no-repeat;
	margin-right: 23px;
	background-position:left;
}
.jscarousal .jscarousal-right
{
	background-image: url(right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 16px;
}
.jscarousal-contents
{
	width: 856px;
	height: 158px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin: 0 3px;
}
.jscarousal-contents .box
{
	width: 194px;
	height: 114px;
	background-color: #000 ;
	border:1px solid #5d5d5d;
	text-align: center;
	font-size: 18px;
	color:#c99320;
	padding: 16px 5px 8px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
