﻿.jscarousal
{
	width: 588px;
	height: 106px;
	background:url(../images/image-gallery-bg.jpg) left bottom repeat-x;
	border: solid 1px #7A7677;
	margin: 0;
	padding: 0;
	padding: 8px 10px 32px 10px;
	margin-top:20px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: right;
	width: 19px;
	height: 22px;
	background-color:#FEFEFE;
	color: White;
	position: relative;
	top: 110px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image:url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	left:-20px;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	top:5px;
}
.jscarousal-contents
{
	width: 593px;
	height: 98px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top:-15px;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 95px;
	overflow:hidden;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.jscarousal-contents img
{
	width: 140px;
	height:93px;
	border: solid 1px #7A7677;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.8;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
