﻿.jscarousal{width:970px;height:190px;margin: 0;padding: 0;	padding:0px 0px 0px 0px;	position: relative; /*overflow: hidden;*/}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right{float: left;width: 23px;height: 98px;color: White;	position: relative;	top: 12px;cursor: pointer;}
.jscarousal .jscarousal-left{background-image: url(../images/rightarrow.png);background-repeat: no-repeat;background-position: left; margin-top:40px;}
.jscarousal .jscarousal-right{background-image: url(../images/leftarrow.png);	background-repeat: no-repeat;background-position: right; margin-top:40px;}
.jscarousal-contents{width:920px;height:203px;float: left;	position: relative;	overflow: hidden;}
.jscarousal-contents > div{	position: absolute;	width: 100%;	height: 150px;}
.jscarousal-contents > div > div{float: left;margin-left:10px;	margin-right:4px;}
.jscarousal-contents img{width:212px;height:150px;	border: solid 1px #7A7677;}
/*.hidden{display: none;}
.visible{display: block;}*/
/*.thumbnail-active{filter: alpha(opacity=20);	opacity:1;cursor: pointer;}
.thumbnail-inactive{filter: alpha(opacity=100);opacity:1;	cursor: pointer;}
.thumbnail-text{color: #7A7677;	font-weight: bold;text-align: left; background-color:#00FF00;	display: block;	padding:0px 2px 2px 0px;}
*/