#slider2_container
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 665px;
	height: 300px;
	background: #fff;
	overflow: hidden; 
	margin-bottom: 10px;
}

#slides_container
{
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 465px;
	height: 299px;
	-webkit-filter: blur(0px);
	background-color: #fff;
	overflow: hidden;
}

/* jssor slider thumbnail navigator skin 12 css */
/*
.jssort12 .p            (normal)
.jssort12 .p:hover      (normal mouseover)
.jssort12 .pav          (active)
.jssort12 .pav:hover    (active mouseover)
.jssort12 .pdn          (mousedown)
*/

.jssort12
{
	position: absolute;
	width: 200px;
	height: 301px;
	right:0px;
	top: 0px;
}

.jssort12 .w, .jssort12 .phv .w
{
	cursor: pointer;
	position: absolute;
	width: 200px;
	height: 60px;
	top: 0px;
	right: 0px;
}

.jssort12 .pav .w, .jssort12 .pdn .w
{
	color: #E5FAB4;
}

.jssort12 .c
{
  color: #000;
  font-size:1em;             	
	width: 179px;
	height: 49px;
	line-height: 25px;
	position:absolute;
	top: 0;
	left: 0;
	border-bottom: 2px solid #fff;
	padding: 5px 10px;
}

.jssort12 .p
{
	position: absolute;
	width: 200px;
	height: 60px;
	top: 0;
	left: 0;
	padding:0px;
}

.jssort12 .p .c
{
	background-color: #7B9F27;
	color: #E5FAB4;
}

.jssort12 .c h3
{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
}

.jssort12 .pav .c, .jssort12 .p:hover .c, .jssort12 .phv .c
{
	background-color: #E5FAB4;
	color: #7B9F27;
}

.slide_caption
{
	position:absolute;
	left:0px;
	top: 230px;
	width:465px;
	height:70px;
	background-color: white;
	opacity: .9;
	font-weight: bold;
}

.slide_caption a
{
	display: table-cell;
	height: 60px;
	padding: 5px;
	font-size: 0.8em;
	vertical-align: middle;
	color: #333333;
  text-decoration: none;
}

