* {
	padding:0;
	margin:0;
}
.slider {
	width:940px;
	height:391px;
	margin:0 auto;
	position:absolute;
	left:51px;
	top:55px;
}
.items {	display:none;}
.pic {height:418px !important;}
.controls {
	position:absolute;
	top:149px;
	left:19px;
	z-index:600;
	width:940px;
	height:36px;
	background:url(../images/bg-control.png) 0 0 no-repeat;
	text-align:center;

}

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

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

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

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

.pagination {
	position:absolute;
	bottom:0px; 
	left:0px;
	z-index:9999;
}
.pagination li {
	float:left;
	padding:0;
	margin-right:3px;
	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:19px;
	height:18px;
	display:block;
}
.play.paused {
	color:#f00;
}
.banner {
	width:920px;
	min-height:110px;
	position:absolute;
	left:10px;
	bottom:79px;
	color:#fff;
	font-size:30px;
	line-height:1.2em;
	z-index:9998;
	background:url(../images/bg-banner.png) 0 0 repeat-x;
	
}

.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:21px 0 0 24px;
	position:relative;
	letter-spacing:-0.5px;
}
.banner h2 a {
	background:url(../images/bg-banner-button.gif) 0 0 repeat-x;
	font-size:18px;
	letter-spacing:-1px;
	color:#fff;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	text-decoration:none;
	line-height:45px;
	display:inline-block;
	padding:0 15px 0 13px;
	position:absolute;
	top:37px;
	right:25px;
	border:1px solid #878686;
}
.banner h2 a:hover {
	background:#fff;
	color:#000;
}
.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;
}