
#carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	height:500px; overflow:hidden;
}
#carousel li {
	display:inline;
	float:left; padding:0; margin:0; 
	
}

.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	height:30px; overflow:hidden;
}


