﻿.jscarousal
{
	width: 845px;
	height: 200px;
	background-color: #aec8d1;
	margin: auto;
	padding: 0px 8px 0px 8px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 25px;
	height: 176px;
	background-color: #aec8d1;
	color: White;
	position: relative;
	top: 9px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(/img/jscarousel/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(/img/jscarousel/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{

	margin: 10px 20px 0px 20px;
	width: 755px;
	height: 180px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 180px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
.jscarousal-contents img
{
	width: 200px;
	height: 113px;
	//border: solid 1px #7A7677;

	margin: 5px 6px 0px 6px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
	background: #fff;
	height: 173px;
	width: 212px;
		font-size: 12px !important;
		line-height: 12px;
}
.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
	background: #fff;
	height: 173px;
	width: 212px;
		font-size: 12px !important;
		line-height: 12px;
}

.thumbnail-text
{
	color: #000;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px 2px 2px 0px;
	text-align: center;
	font-family: trebuchet;
	line-height: 12px;
}

.thumbnail-text p
{	
margin: 0;
padding: 0;
}

.thumbnail-text a
{	font-size: 13px !important;
	color: #000;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 6px 2px 2px 0px;
	text-align: center;
	font-family: trebuchet !important;
	text-decoration: none;

}


