<style type="text/css">
body {
}
#carousel {
	margin: 0 auto;
	width: 400px;
	height: 390px;
	padding: 0px;
	overflow: scroll;
	border: 0px solid #999;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}
</style>

