﻿.jscarousal
{
	width: 903px;
	height: 150px;
	background-color: #FFFFFF;
	margin: 0;
	position: relative;
	padding-bottom: 22px;
	padding-top: 22px;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;
	
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 15px;
}
.jscarousal .jscarousal-right
{
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}
.jscarousal-contents
{
	width: 840px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.jscarousal-contents img
{
	width: 60px;
	height: 59px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 30px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=90);
	opacity: 1.2;
	cursor: pointer;
}
.thumbnail-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7b84e0;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	
}
