﻿@charset "utf-8";
/* CSS Document */

#wrapperjyyy
{
	margin-top: 0px;
	text-align:center;
}
.overlayjyyy{
  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_jyyypic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jsCarouseljyyy
{
	width: 1168px;
	height: 140px;
	
	
	margin:0 auto;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jsCarouseljyyy .jsCarouseljyyy-left, .jsCarouseljyyy .jsCarouseljyyy-right
{
	float: left;
	width: 38px;
	height: 38px;
	
	color: White;
	position: relative;
	top: 80px;
	cursor: pointer;
}
.jsCarouseljyyy .jsCarouseljyyy-left
{
	background-image: url(../images/left3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	left:0px;
}
.jsCarouseljyyy .jsCarouseljyyy-right
{
	background-image: url(../images/right3.png);
	background-repeat: no-repeat;
	background-position: right;
	right:0px;
}
.jsCarouseljyyy-contents
{
	width: 1020px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	padding-left:60px;
}
.jsCarouseljyyy-contents > div
{   
	position: absolute;
	width: 100%;
	height: 160px;
	padding-left:0px;
}
.jsCarouseljyyy-contents > div > div
{
	float: left;
	margin-left: 16px;
	margin-right: 16px;
}
.jsCarouseljyyy-contents img
{
	width: 236px;
	height: 90px;
	margin-bottom:20px;
	
}
.hiddenjyyy
{
	display: none;
}
.visiblejyyy
{
	display: block;
}
.thumbnailjyyy-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}