﻿.jscarousal
{
	width: 788px;
	height: 66px;
	background-color: white;
	border: 0px;
	margin: 15px 0px 10px 0px;
	padding: 5px;
	position: relative; /*overflow: hidden;*/
    }

.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 64px;
	background-color: white;
	color: White;
	position: relative;
	cursor: pointer;
}

.jscarousal .jscarousal-left
{
	background-image: url(/scripts/jsCarousel/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
 
}
.jscarousal .jscarousal-right
{
	background-image: url(/scripts/jsCarousel/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
 
}
.jscarousal-contents
{
	width: 740px;
	height: 68px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 64px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}
.jscarousal-contents img
{
	width: 64px;
	height: 64px;
    border-radius:3px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
    border:2px solid #850c70;
    border-radius:3px;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
    border:2px solid #e8e8e8;
    border-radius:3px;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	
}
