#wrapper
{
	text-align:center;
}
.overlay{
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align:center;
  display:none;
}
.jscarousal
{
	width: 100%;
	height: 270px;
	margin:0 auto;
	padding: 0;
	padding:10px;
	position: relative; /*overflow: hidden;*/
	overflow: hidden;
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	position: absolute;
	width: 23px;
	height: 98px;
	cursor: pointer;
	top: 90px;
	opacity: 0.5;
}
.jscarousal .jscarousal-left:hover, .jscarousal .jscarousal-right:hover{
	opacity: 1;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	left: 10px;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	right: 10px;
}
.jscarousal-contents
{
	width: 100%;
	height: 245px;
	margin-left: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height:260px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin:0 8px;

}
.jscarousal-contents img
{
	width: 350px;
	height: 210px;
	border-radius: 3px 60px;
	border: 1px solid #a50706;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=90);
	opacity: .9;
	cursor: pointer;
}
.thumbnail-text
{
	color: #a50706;	
	text-align:center;
	display: block;
	padding: 10px 2px 2px 0px;
}