* {
	padding:0;
	margin:0;
}
.slider {
	width:1680px;
	height:574px;
	position:relative;
	left:50%;
	margin-left:-840px;
	background:none;
}

.items {
	display:none;
}
.controls {
	position:absolute;
	bottom:314px;
	left:50%;
	margin-left:-480px;
	z-index:600;
	width:960px;
	height:54px;
	background:none;
}

.controls a {
	color:#fff;
	background:url(../images/controls.png) left top no-repeat;
	}

.controls a.prev {
	display:block;
	float:left;
	height:55px;
	width:34px;
	text-indent:-5000px;
	position:relative;
}
.controls a.prev:hover {
	background-position:left bottom;
	text-decoration:none;
}

.controls a.next {
	display:block;
	float:right;
	height:55px;
	width:34px;
	text-indent:-5000px;
	background-position:right top;
	position:relative;
}

.controls a.next:hover {
	background-position:right bottom;
}



.pagination {
	display:none;
}


.play.paused {
	color:#f00;
}
.banner {
	display:none;
}
