* {
	padding:0;
	margin:0;
}
.slider {
	width:940px;
	height:442px;
	margin:0 auto;
	position:absolute;
	left:10px;
	top:32px;
	padding:0;
	background:none;
}
.items {
	display:none;
}
.pagination {
	position:absolute;
	bottom:0px; 
	right:0px;
	height:31px;
	width:108px;
	padding: 11px 0px 0 832px;
	background:url(../images/bg-pagination.png) 0 0 repeat-x;
	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);
}
.pagination li.current {
	background:url(../images/bull-h.png);
}
.pagination li a {
	color:#fff;
	font-size:0px;
	line-height:0px;
	display:block;
	width:21px;
	height:21px;
	display:block;
}
.play.paused {
	color:#f00;
}
.banner {
	width:228px;
	height:280px;
	padding: 120px 20px 0 52px;
	position:absolute;
	left:0px;
	top:0px;
	color:#fff;
	font-size:48px;
	line-height:55px;
	font-family:"Times New Roman", Times, serif;
	z-index:9998;
	background:url(../images/bg-banner.png) 0 0 repeat-x;
}



.banner h2 {
	color:#272625;
	margin-bottom:17px;
}

.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;
}
#slider 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;
}