.jscarousal
{
	width: 970px;
	height: 95px;
	margin: 0;
	padding: 0;
	margin:5px 0 5px 0;
	border-bottom:1px solid #EAEAEA;
/*	padding: 22px 8px 22px 8px;*/
	position: relative; overflow: hidden;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 74px;
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../wp-content/icons/left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../wp-content/icons/right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 924px;
	height: 90px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	/*position: absolute;*/
	width: 100%;
	height: 90px;
}
.jscarousal-contents > div > div
{
	float: left;
}
.jscarousal-contents img
{
    padding-right:5px;
}
#touchcarousel-item {
	  background-color: #F0F3F3;
    height: 80px;
    margin-right: 7px;
    padding: 5px;
    position: relative;
    width: 214px;		
}

#touchcarousel-item a{
vertical-align:top;
position:absolute;
width:115px; 
color:#000;
text-align:left;
text-decoration:none;
    font: bold 13px/20px Helvetica,Arial,sans-serif;
	border: 0 none;
    margin: 0;
    padding: 0;
}
#touchcarousel-item a:hover{ color:#000; }
.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: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}