
.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: 790px;
	height: 150px;
	margin:0 auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal-contents
{
	width: 790px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}
.jscarousal-contents > div > div
{
	float: left;
	width: 250px;
	margin-left: 6px;
	margin-right: 6px;
}
.jscarousal-contents img
{
	width: 250px;
	height: 130px;
}
.jscarousal-contents > ul
{
	position: relative;
	width: 1710px;
	height: auto;
        margin:0;
}
.jscarousal-contents > ul > div
{
	float: left;
	width: 270px;
        height: auto;
        margin: 0 15px 0 0;
}
.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.6;
	cursor: pointer;
}
.thumbnail-text
{
	color: #fff;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 26px;
        height: 26px;
        overflow: hidden;
	background-color: #7A7677;
	padding: 0 2px;
	width: 246px;
}
.thumbnail-text a:hover {
    color: #fff;
    text-decoration: none;
}
.thumbnail-text a {color: #fff;}
