/* CSS Document */
#carousel {

	margin: 0 auto;
	width: 580px;
	height: 480px;
	padding: 0;
	overflow: scroll;
}
#carousel ul {
	list-style: none;
	width:1600px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}
.textholder {
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
padding: 6px;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}

