* {
	padding:0;
	margin:0;
}
.slider {
	width:825px;
	height:450px;
	margin:0 auto;
	position:absolute;
	right:70px;
	top:0px;
}
.items {
	display:none;
}
.pic {height:400px !important; position:absolute; left:0px; top:70px;}

.controls {
	position:absolute;
	top:114px;
	left:11px;
	z-index:600;
	width:942px;
	height:47px;
	background:none;
	text-align:center;

}

.controls a {
	color:#fff;
	float:left;
	margin-right:0px;}

.controls a.prev {
	display:block;
	height:47px;
	width:47px;
	text-indent:-5000px;
	background:url(../images/prev.png) 0 0 no-repeat;
	position:relative;
}
.controls a.prev:hover {
	background:url(../images/prev.png) 0 -47px no-repeat;
}

.controls a.next {
	display:block;
	height:47px;
	width:47px;
	text-indent:-5000px;
	background:url(../images/next.png) 0 0 no-repeat;
	position:absolute;
	right:0px;
}

.controls a.next:hover {
	background:url(../images/next.png) 0 -47px no-repeat;
}

.pagination {
	position:absolute;
	top:162px;
	right:9px;
	z-index:9999;
	background:url(../images/bg-pagination.png) 0 0 no-repeat;
	width:163px;
	height:58px;
	padding:30px 0 0 40px;
}
.pagination li {
	float:left;
	padding:0;
	margin-right:7px;
	background:url(../images/bull.png) 0 0 no-repeat;
}
.pagination li:hover {
	background:url(../images/bull-h.png) no-repeat;
}
.pagination li.current {
	background:url(../images/bull-h.png) no-repeat;
}
.pagination li a {
	color:#fff;
	font-size:0px;
	line-height:0px;
	display:block;
	width:28px;
	height:28px;
	display:block;
}
.play.paused {
	color:#f00;
}
.banner {
	width:825px;
	min-height:110px;
	position:absolute;
	left:5px;
	top:0px;
	color:#fff;
	font-size:13px;
	line-height:18px;
	z-index:9998;
	
}

.caption-1 {
	background:#f4f6f8;
	width:149px;
	padding:28px 16px 33px 18px;
	box-shadow:1px 1px 2px rgba(199,200,199,0.17);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.17);
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.17);
}

.caption-2 {
	background:#e5e6e3;
	width:229px;
	padding:28px 16px 33px 18px;
	box-shadow:1px 1px 2px rgba(199,200,199,0.17);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.17);
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.17);
}

.banner h2 {
	color:#fff;
	padding:0px 0 0 0px;
	position:relative;
	letter-spacing:-2px;
	font-size:34px;
	line-height:1.2em;
	text-align: center;
}
.banner h4 {
	color:#fff;
	padding:0px 0 25px 0px;
	position:relative;
	letter-spacing:-2px;
	font-size:38px;
	line-height:1.2em;
	}
.banner a {
	background:url(../images/button-banner.png) 0 0px no-repeat;
	height:66px;
	width:166px;
	line-height:50px;
	font-size:20px;
	color:#464646;
	text-decoration:none;
	position:absolute;
	padding-left:50px;
	top:272px;
	left:0px;
	display:inline-block;

}
.banner a:hover {
	background:url(../images/button-banner.png) 0 -66px no-repeat;
	text-decoration:none;
	color:#cc661f;
}
.b1 {
	left:674px;
	top:80px;
}
.b1.from {
	left:159px;
	bottom:239px;
}
.b2 {
	left:60px;
	top:120px;
	background:#f00;
}
.b2.from {
	left:-100px;
	top:-200px;
}
.b3 {
	left:300px;
	top:40px;
	background:#0ff;
}
.b3.from {
	left:-100px;
	top:-100px;
}
input {
	width:40px;
}
form {
	width:710px;
	margin:0 auto;
}
label {
	display:block;
	height:40px;
}
.presets {
	position:absolute;
	right:40px;
	top:0;
	margin-top:30px;
}
.presets li:hover {
	text-decoration:underline;
	cursor:pointer;
}
.presets li.curr {
	color:#f00;
}
.progbar {
	background:#ff0;
	width:100%;
	height:10px;
	position:absolute;
	max-width:200px;
}
.mask {height:482px;}
