﻿.jscarousal
{  
    position: absolute;

	width: 1348px;
	height: auto;
	background: rgba(0,0,0,0.4);
	border: solid 1px #7A7677;
	margin: 0 auto;
	padding: 8px;
        left: 0px;
        right: 0px;
        padding-bottom: 1px;
bottom: 78px;
	/*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 29px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{       left: 28px;
	background-image: url(left_arrow1.png);
	background-repeat: no-repeat;
	background-position: left;
background-color: rgba(0,0,0,-1.6);
    width: 35px;
    height: 35px;
    top: 61px;

}
.jscarousal .jscarousal-right
{
	background-image: url(right_arrow1.png);
	background-repeat: no-repeat;
	background-position: right;
background-color: rgba(0,0,0,-1.6);
    width: 35px;
    height: 35px;
    top: 61px;
}
.jscarousal-contents
{       left: 46px;
	width: 1222px;
	height: 147px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 39px;
}
.jscarousal-contents img
{
	width: 190px;
	height: 92px;
    border: 2px solid #FFF;
    padding: 4px;
}
.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.2; */
	cursor: pointer;
}
.thumbnail-text
{
	color: #eceaea;
	/*font-weight: bold;*/
	text-align: center;
	display: block;
	padding: 5px 2px 2px 0px;
}

.thumbnail-text1
{
color: #eceaea;
padding-top: 0px;
	/*font-weight: bold;*/
    padding-top: -2px;
	text-align: center;
	display: block;
	/*padding: 5px 1px 1px 0px;*/
}