.slider-wrapper {
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:1;
}
.slider {
	width:100%;
	height:381px;
	margin:0 auto;
}
.items {
	display:none;
}

.play {
	display:block;
	width:26px;
	height:27px;
	text-indent:-5000px;
	background:url(../images/slider-control.png) left top no-repeat;
	position:absolute;
	bottom:19px;
	right:19px;
	z-index:999;
}
.play:hover {background-position:right top;}
.paused {background-position:left bottom;}
.play.paused:hover {background-position:right bottom;}
