
#wrapper
{
	text-align:center;
	text-indent:0em;
	
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
  text-align:center;
  display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width:1040px;
	height: 180px;
	margin:0 auto;
	padding: 0;
	padding: 22px 5px 22px 5px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 36px;
	height: 179px;
	color: White;
	position: relative;
	bottom: 15px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image:url(../images/left_arrow_09.png);
	background-repeat: no-repeat;
	background-position: left;
	opacity:0.6;
	filter: alpha(opacity=60);
}
.jscarousal .jscarousal-left:hover{
		opacity:1;
		filter: alpha(opacity=100);}
.jscarousal .jscarousal-right
{
	background-image:url(../images/right_arrow_06.png);
	background-repeat: no-repeat;
	background-position: right;
	opacity:0.6;
	filter: alpha(opacity=60);
}
.jscarousal .jscarousal-right:hover
{
		opacity:1;
		filter: alpha(opacity=100);
}

.jscarousal-contents
{
	width: 960px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 184px;
	height: 156px;
}
.jscarousal-contents img
{
	width:100%;
	height:100%;
	margin:0 auto;
	
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #4f4f4f;
	text-align: center;
	display: block;
	background: #d3d3d3;line-height: 25px;
}
