﻿@charset "utf-8";
/* CSS Document */

#wrapperztzl
{
	margin-top: 0px;
	text-align:center;
}
.overlayztzl{
  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_ztzlpic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jsCarouselztzl
{
	width: 1168px;
	height: 120px;
	
	
	margin:0 auto;
	padding: 0;
	padding: 22px 8px 22px 8px;
	position: relative; /*overflow: hidden;*/
}
.jsCarouselztzl .jsCarouselztzl-left, .jsCarouselztzl .jsCarouselztzl-right
{
	float: left;
	width: 25px;
	height: 24px;
	
	color: White;
	position: relative;
	top: 30px;
	cursor: pointer;
}
.jsCarouselztzl .jsCarouselztzl-left
{
	background-image: url(../images/left1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	left:10px;
}
.jsCarouselztzl .jsCarouselztzl-right
{
	background-image: url(../images/right1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	right:12px;
}
.jsCarouselztzl-contents
{
	width: 1050px;
	height: 90px;
	float: left;
	position: relative;
	overflow: hidden;
	padding-left:40px;
}
.jsCarouselztzl-contents > div
{   
	position: absolute;
	width: 100%;
	height: 160px;
}
.jsCarouselztzl-contents > div > div
{
	float: left;
	margin-left: 16px;
	margin-right: 16px;
}
.jsCarouselztzl-contents img
{
	width: 236px;
	height: 90px;
	
}
.hiddenztzl
{
	display: none;
}
.visibleztzl
{
	display: block;
}
.thumbnailztzl-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
/*.thumbnail-inactive
{
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}*/
/*.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px 2px 2px 0px;
	width:110px;
}*/