﻿.jscarousal
{
	height: 150px;
    margin: 0 auto 9px;
    max-width: 995px;
    padding: 10px 12px;
	margin-bottom:90px;
    
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	
}
.jscarousal .jscarousal-left
{
	/*background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left; */
}
.jscarousal .jscarousal-right
{
	/*background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right; */
}
.jscarousal-contents
{
	
	width: 980px;
	height: 145px;
	float: left;
	position: relative;
	overflow: hidden;
	background:#FFF;
	padding-top:21px;
	-webkit-box-shadow: -3px -7px 8px 0px rgba(30, 50, 50, 0.38);
-moz-box-shadow:    -3px -7px 8px 0px rgba(30, 50, 50, 0.38);
box-shadow:         -3px -7px 8px 0px rgba(30, 50, 50, 0.38);
	
	
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 10px;
	margin-right: 11px;
}
.jscarousal-contents img
{
	width: 172px;
	height: 120px;
	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=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
