.jscarousal
{
	width: 860px;
	height: 100px;
	margin: 10px auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
	
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 20px;
	height: 98px;
	
	color: White;
	position: relative;
	top: 0px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(/WP/img/jsCarousel/left.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal .jscarousal-right
{
	background-image: url(/WP/img/jsCarousel/right.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-contents
{
	width: 790px;
	height: 100px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 100px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.jscarousal-contents img
{
	
}
.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;
	cursor: pointer;
}
.thumbnail-text
{
	color: #ffcc22;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}
