


#slide {
	position: relative;
	height: 450px;
	overflow: hidden;
}
#slide ul {
	position: absolute;
	width: 900px;
	height: 450px;
	left: 0;
	top: 0;
}
#slide li {
	position: absolute;
	list-style: none;
	width: 900px;
	height: 450px;
	left: 0;
	top: 0;
}
/*
#slide li {
	list-style: none;
	float: left;
	width: 900px;
}
*/



#slide-nav {
	position: relative;
	height: 20px;
}
#slide-nav a {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin: 6px 2px 0;
	background: transparent url(../img/slide_nav.gif) 2px 2px no-repeat;
}
#slide-nav a.active {
	background-position: -18px 2px;
}



.use-slide {
	margin-bottom: 15px !important;
}

.use-slide h1 {
	display: none;
}


