
#wrapper
{
	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 {

    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
	width: 1350px;
	height: 240px;
	margin:0 auto;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{	
	float: left;
	width: 30px;
	height: 98px;
	color: White;
	position: relative;
	top: 60px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{	
	background-image: url(../img/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{	
	background-image: url(../img/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1165px;
	height: 240px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 28px;
	width:200px;
}
.jscarousal-contents img
{
	width: 160px;
	height: 210px;
	border: solid 1px #7A7677;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px 0 0 0 ;
}
