@charset "utf-8";

#slide{
	position: relative;
	width: 960px;
	height: 340px;
	margin: 0 auto;
}

#slide h1{
	width: 430px;
	height: 340px;
	background: url('img/slide.png') no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	text-indent: -10000px;
}

#slide ul{
	z-index: 1;
}

.bx-wrapper{
	z-index: 1!important;
}

