﻿.jscarousal
{
	width: 282px;
	height: 270px;
	margin: 0;
	padding: 0;
	padding:0px;
	position: relative; /*overflow: hidden;*/

}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 14px;
	height: 14px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/testi_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	left:240px;
	top: 250px;
	
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/testi_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	left:260px;
	top:250px;
}
.jscarousal-contents
{
	width: 280px;
	height: 240px;
	float: left;
	position: relative;
	overflow: hidden;

}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	
}
.jscarousal-contents img
{
	width: 277px;
	height: 101px;
	padding-bottom:5px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}


.jscarousal span
{
float:right; color:#8bb7da; margin-top:10px;
}