﻿.jscarousal {
	width: 987px;
	height: 118px;
	margin-left:8px;
	
	
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right {
	float: left;
	width: 41px;
	height: 118px;
	
	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: 905px;
	height: 118px;
	float: left;
	position: relative;
	overflow: hidden;
	background:#e6dfb5;
}
.jscarousal-contents > div {
	position: absolute;
	width: 100%;
	height: auto;
}
.jscarousal-contents > div > div {
	float: left;
	margin-left: 10px;
	margin-right: 7px;
}
.jscarousal-contents img {
	width: 133px;
	height: 90px;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
.thumbnail-active {
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive {
	filter: alpha(opacity=80);
	opacity: 0.8;
	cursor: pointer;
}
.thumbnail-text {
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
