﻿.jscarousal
{
	width: 1000px;
	height: 130px;
	background-color: transparent;
	/*border: solid 1px #7A7677;*/
	margin: 0;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 25px;
	height: 130px;
	background-color: transparent;
	color: white;
	position: relative;
	top: 0px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../img_upload/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
    background-size: 30px 45px;
}
.jscarousal .jscarousal-right
{
	background-image: url(../img_upload/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
    background-size: 30px 45px;
}
.jscarousal-contents
{
	width: 950px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 100px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}
.jscarousal-contents img
{
	width: 85px;
	height: 85px;
	border: solid 1px #F7F7F7;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=80);
	opacity: 0.8;
	/*filter: alpha(opacity=20);
	opacity: 0.2;*/
	cursor: pointer;
}
.thumbnail-text
{
	color: black;
	text-align: center;
	display: block;
	padding: 10px 2px 2px 0px;
    font-size: 12px;
    width: 100px;    
}
