/*--------- slider ---------*/
#slide {
	width: 1020px;
	height: 400px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin: 0 auto;
}
.gallery {
	width: 1020px;
	position: relative;
	z-index: 2;
}
.items {
	display: none;
}
.pag {
	width: 1020px;
	padding: 10px 0;
	margin: 5px auto;
	position: relative;
}
.img-pags {
	position: static;
	left: 33px;
	z-index: 1;
	display: block;
}
.img-pags ul {
	margin: 0
}
.img-pags li {
	margin: 0 5px 0 0;
	height: 80px;
	width: 80px;
}
.img-pags li a {
	position: relative;
	display: block;
	padding: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-pags li a img {
	opacity: .6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-pags li a span {
	display: block;
	background: #000;
}
.img-pags li.active a, .img-pags li a:hover {
	box-shadow: inset 0 0 7px rgba(0,0,0,.6);
}
.img-pags li.active a img, .img-pags li a:hover img {
	opacity: 1;
}
.prev {
	display: inline-block;
	position: absolute;
	z-index: 15;
	bottom: 2px;
	left: 4px;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	background: url(../images/arr_prev.png) no-repeat;
	cursor: pointer;
}
.prev:hover {
	color: #999
}
.next {
	display: inline-block;
	position: absolute;
	z-index: 15;
	bottom: 2px;
	left: 55px;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	background: url(../images/arr_next.png) no-repeat;
	cursor: pointer;
}
.next:hover {
	color: #999
}
.button1 {
	left: 0;
	top: 35px;
	display: block;
	position: absolute;
	z-index: 15;
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 7px 11px 6px;
	text-shadow: 0 1px 1px white;
	box-shadow: 0 1px 1px #fff;
	font: bold 11px Sans-Serif;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	background: transparent;
	cursor: pointer;
	border-color: #ddd;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background: -moz-linear-gradient(top, white, #E0E0E0);
	background: -ms-linear-gradient(top, white, #E0E0E0);
	background: -o-linear-gradient(top, white, #E0E0E0);
	background: linear-gradient(top, white, #E0E0E0);
	-pie-background: linear-gradient(top, white, #E0E0E0);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.button2 {
	left: 880px;
	top: 35px;
	display: block;
	position: absolute;
	z-index: 15;
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 7px 11px 6px;
	text-shadow: 0 1px 1px white;
	box-shadow: 0 1px 1px #fff;
	font: bold 11px Sans-Serif;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	background: transparent;
	cursor: pointer;
	border-color: #ddd;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background: -moz-linear-gradient(top, white, #E0E0E0);
	background: -ms-linear-gradient(top, white, #E0E0E0);
	background: -o-linear-gradient(top, white, #E0E0E0);
	background: linear-gradient(top, white, #E0E0E0);
	-pie-background: linear-gradient(top, white, #E0E0E0);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.play {
	display: block;
	position: absolute;
	z-index: 15;
	text-decoration: none;
	position: absolute !important;
	bottom: 36px;
	right: 20px;
	z-index: 99;
	width: 23px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 6px 10px 5px;
	text-shadow: 0 1px 1px white;
	box-shadow: 0 1px 1px #fff;
	font: bold 11px Sans-Serif;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	background: transparent;
	cursor: pointer;
	border-color: #ddd;
	border-radius: 3px;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background: -moz-linear-gradient(top, white, #E0E0E0);
	background: -ms-linear-gradient(top, white, #E0E0E0);
	background: -o-linear-gradient(top, white, #E0E0E0);
	background: linear-gradient(top, white, #E0E0E0);
	-pie-background: linear-gradient(top, white, #E0E0E0);
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.play span {
	display: none;
}
.play em {
	font-style: normal;
	display: block;
}
.paused span {
	display: block;
}
.paused em {
	display: none;
}
.banner {
	width: 510px;
	height: 530px;
	overflow: hidden;
	position: absolute;
	top: 0;
	color: #fff;
	right: 0;
	z-index: 15;
	background: url(../images/description_bg.png) left top repeat;
	padding: 0px;
}
.bannerLeft {
	width: 442px;
	height: 420px;
	overflow: hidden;
	position: absolute;
	top: 0;
	color: #fff;
	left: 0;
	z-index: 15;
	background: url(../images/description_bg.png) left top repeat;
	padding: 0;
}
.bannerRight {
	width: 441px;
	height: 420px;
	overflow: hidden;
	position: absolute;
	top: 0;
	color: #fff;
	right: 0;
	z-index: 15;
	background: url(../images/description_bg.png) left top repeat;
	padding: 0;
}
/*.banner span {
	display: block;
}*/
.banner_margin {
	margin-top: 20px;
	/*margin-left: 40px;*/
}
.banner, .bannerLeft, .bannerRight p {
	font: 15px 'questrial',  sans-serif;
	line-height:20px;
}
.banner .txt1 {
	font: 40px 'questrial',  sans-serif;
	line-height:40px;
}
.banner .txt2 {
	display: inline-block;
	font: 14px 'questrial',  sans-serif;
	line-height:18px;
}
.banner .arr {
	margin-left: 11px;
	margin-top: 3px;
	display: inline-block;
	width: 4px;
	height: 8px;
	background: url(../images/arrow1.png) left top repeat;
	font: 14px 'questrial',  sans-serif;
}
.progbar {
	background: #000;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
.numStatus {
	display: block;
	padding: 6px 10px 6px;
	position: absolute;
	z-index: -1;
	bottom: -111px;
}
.numStatus2 {
	display: block;
	padding: 6px 10px 6px;
	position: absolute;
	z-index: 15;
	bottom: -10px;
	left: 10px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	font: 10px/18px 'Trebuchet MS', sans-serif;
	color: #403c3a;
}
.controls {
	position: absolute;
	z-index: 999999;
	width: 67px;
	/*height: 20px;*/
	display: inline-block;
	bottom: 20px;
	right: 20px;
}
/*-------- end slider -----------*/
