
#wrapper
{
	text-align:center;
	margin-bottom:10px;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1240px;
	height: 300px;
	border: solid 0px #7A7677;
	margin:0 auto;
	padding: 0;
	padding: 0px 0px 0px 0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 1px;
	height: 268px;
	color: White;
	position: relative;
	top: 0px;
	padding:0 0px 0 0px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1220px;
	height:300px;
	float: left;
	padding-top:30px;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 268px;
}
.jscarousal-contents > div > div
{
	width:359px;
	height:268px;
	padding-top:0px;
	float: left;
	border: 1px solid #ebebeb;
	background-color:#eee
}
.jscarousal-contents img
{
	width: 359px;
	height: 268px;
	border: solid 0px #7A7677;
	margin-bottom:0px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #da251c; font-size:14px
	text-align: center;
	display: block;
	padding: 5px 2px 2px 5px;
}
.thumbnail-text a:hover
{
	color: #fff; font-size:14px
}
