#slide { height:400px; width:100%; position:relative; overflow:hidden; z-index:2;
min-width:980px;
}
.slider {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:2
}
.items {
	display:none;
}

.pagination, .prev, .next, .play, .paused, .progbar, .numStatus {display:none;}
.banner{
	width:400px;
	overflow:hidden;
	position:absolute;
	top:200px;
	color:#fff;
	right:0px;
	z-index:15;
	background:url(../images/png.png) left top repeat;
	padding:0px;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.9);
}
	.banner span {
		display:block;
		padding:20px;
	}

