.jscarousal
{
	width:748px;
	height:auto;
	/*background-color: #121212;*/
	/*border: solid 1px #7A7677;*/
	margin: 0;
	padding: 0;
	/*padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/

}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	
	width:20px;
	height:20px;float: left;
	background-color: #121212;
	color: White;
	position: relative;
	top:-12px;
	right:-700px;
	cursor: pointer;
	overflow:hidden;
}
.jscarousal .jscarousal-left
{
	
	background: transparent url(../images1/next_prev.png) no-repeat -1px 0;
	/*background-image: url(left_arrow.jpg);
	background-repeat: no-repeat;*/
	background-position: left;
}
.jscarousal .jscarousal-right
{
	margin-top:1px;
	background: transparent url(../images1/next_prev.png) no-repeat -25px 0;
	/*background-image: url(right_arrow.jpg);
	background-repeat: no-repeat;*/
	background-position: right;
}
.jscarousal-contents
{
	width:748px;
	height:220px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left:0px;
	margin-right: 13px;
}
.jscarousal-contents img
{
	width:233px;
	height:102px;
	/*border: solid 1px #7A7677;*/
}
.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;
}
