@charset "utf-8";
/* CSS Document */

#slider {
	width: 1000px;
	height: 350px;
	overflow: hidden;
	margin: auto;
}

#slider > img {
	width: 1000px;
	height: 350px;
	float: left;
	display: none;
}

	