#wrapper
{
	margin-top: 2.5em;
	text-align:center;
	margin-bottom: 0em;
}
.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: 1200px;
	height: 210px;
	margin:0 auto;
	padding:0px;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 30px;
	height: 48px;
	color: White;
	position: relative;
	top: 60px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/left_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1135px;
	height: 210px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 5px;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 170px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.jscarousal-contents img
{
	width: 210px;
	height: 160px;
	border: solid 5px #cccccc;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 0.6;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	text-align: center;
	display: block;
	padding: 8px 0px;
}
