#carousel ul {
	list-style: none;
	width:140px;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}
