.jscarousal

{

	width: 750px;

	height: 110px;

	border: none;

	margin: 0;
	
	padding: 0px 0px 0px 0px;

	position: relative; /*overflow: hidden;*/

}

.jscarousal .jscarousal-left, .jscarousal .jscarousal-right

{

	float: left;

	width: 23px;

	height: 98px;

	/* background-color: #121212; */

	color: White;

	position: relative;

	top: 0px;

	cursor: pointer;

}

.jscarousal .jscarousal-left

{

	background-image: url(left_arrow.png);

	background-repeat: no-repeat;

	background-position: left;

}

.jscarousal .jscarousal-right

{

	background-image: url(right_arrow.png);

	background-repeat: no-repeat;

	background-position: right;

}

.jscarousal-contents

{

	width: 695px;

	height: 110px;

	float: left;

	position: relative;

	overflow: hidden;

}

.jscarousal-contents > div

{

	position: absolute;

	width: 100%;

	height: 110px;

}

.jscarousal-contents > div > div

{

	float: left;

	margin-left: 8px;

	margin-right: 8px;

}

.jscarousal-contents img

{

	width: 120px;

	height: 80px;

	border: solid 1px #FFFFFF;

}

.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.8;

	cursor: pointer;

}

.thumbnail-text

{

	color: #FFFFFF;
	FONT-FAMILY: Verdana, Arial;
	
	font-weight: bold;

	text-align: center;

	display: block;
	
	font-size : 10px;

	padding: 7px 2px 2px 0px;

}

