@charset "utf-8";
#carousel {
}
#carousel {
	width:8000px;
}
#carousel ul {
	list-style:none;
	width:8000px;
	margin:0;
	padding:0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}
