* {
	padding:0;
	margin:0;
}
.slider {
	width:940px;
	margin:0 auto;
	overflow:visible !important;
}
.items {
	display:none;
}
.pagination {
	position:absolute;
	right: -43px;
	top:94px;
	z-index:9999;
}
.pagination li {
	margin-bottom:2px;
	padding:0;
	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:23px;
	height:23px;
	display:block;
}
.play.paused {
	color:#f00;
}
.banner {
	width:100px;
	height:50px;
	position:absolute;
	color:#fff;
	font:20px Arial, Helvetica, sans-serif;
	background:#f0f;
	display:none;
}
.b1 {
	left:400px;
	top:140px;
}
.b1.from {
	left:-200px;
	bottom:-100px;
}
.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;
}