
#wrapper
{
	padding-top: 30px;
	text-align:center;
}
.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: 1140px;
	height: 180px;
	background-color: #121212;
	border: solid 1px #7A7677;
	margin:0 auto;
	padding: 0;
	padding: 0px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
	z-index: 4;
	
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 180px;
	background-color: #121212;
	color: White;
	position: relative;
	z-index: 3;
	top: 0px;
	cursor: pointer;

}
.jscarousal .jscarousal-left
{
	background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
		opacity: 0.6;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	margin-top: -200px;
		opacity: 0.6;
}
.jscarousal-contents
{
	width:1100px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 200px;
}
.jscarousal-contents > div > div
{
	float: left;
	
}
.jscarousal-contents img
{
	width: 160px;
	height: 00px;
	border: solid 1px #7A7677;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 0.7;
	cursor: pointer;
}
.thumbnail-text
{
	color: red;
	position: relative;
	z-index: 99999;
	
}
#jsCarousel div img{
	width: 271px;
	height: 200px;
	position:relative
}
.body3-top{
	position:absolute; 
	z-index: 999;
	color: #FFFFFF;
	margin-top:80px ;
	 font-size: 14px; 
	 margin-left: 105px;
	 border: 2px;
	}
.body3-top2{
	position:absolute; 
	z-index: 999;
	color: #FFFFFF;
	margin-top:140px ;
	 
	 margin-left: 98px;
	 border: 2px;
}
.body3-top2 button{
	font-size: 12px; 
	width: 70px;
	height: 20px;
	color: #FFFFFF;
	border-radius: 1px;
	background:rgba(0,0,0,0) ;
	cursor: pointer;
	
}
.body3-top3{
	position:absolute; 
	z-index: 999;
	color: #FFFFFF;
	margin-top:140px ;
	 
	 margin-left: 98px;
	 border: 2px;
}
.body3-top3 button{
	font-size: 12px; 
	width: 90px;
	height: 30px;
	color: #FFFFFF;
	border-radius: 1px;
	background:rgba(0,0,0,0) ;
	cursor: pointer;
	display: block;
}
