.jscarousal
{
/*	width: 940px;
	height: 150px;*/
	width: 590px;
	height: 112px;	 
	background-color: #121212;
/*	border: solid 1px #7A7677; */
  border: solid 1px yellow;
	margin: 0;
	padding: 0;
/*	padding: 22px 8px 22px 8px; */
	padding: 5px;
  -moz-border-radius:5px;	
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
/*	width: 23px;
	height: 98px; */
	width: 15px;
	height: 40px;
	background-color: #121212;
	color: white;
	position: relative;
/*	top: 12px; */
	top: 35px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
/*	width: 890px;
	height: 160px; */
	width: 560px;
	height: 108px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
/*	height: 160px; */
	height: 100px;
}
.jscarousal-contents > div > div
{
	float: left;
/*	margin-left: 5px;
	margin-right: 5px; */
	margin:5px;
}
.jscarousal-contents img
{
/*	width: 160px;
	height: 120px; */
	width: 100px;
	height: 100px;
/*	border: solid 1px #7A7677;*/
	border: solid 1px white;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
  cursor: url(zoom.cur), default;
}
.thumbnail-inactive
{
/*	filter: alpha(opacity=20);
	opacity: 0.2; */
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}

.caro{height:12em;width:65em;position:absolute;top:0em;left:0em;z-index:-1;visibility:hidden}
/*.caro_on{height:12em;width:65em;position:absolute;top:42em;left:20em;z-index:3}*/
.caro_on{height:12em;width:65em;position:absolute;top:0em;left:0em;z-index:2}

.progress{-moz-border-radius:0.5em;border:0;position:absolute;top:47em;left:49em;z-index:1}

