﻿
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 27px;
	height: 46px;
	color: White;
	position: relative;
	bottom: 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: 815px;
	height: 37px;
	top:5px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 39px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
.jscarousal-contents img
{
	width: 70px;
	height: 35px;
	border: solid 1px #7A7677;
}




