#carousel {
	/*margin:3px;
	padding: 0 20px;*/
	width:515px;
	height:360px;
	overflow:hidden;
	border:1px solid #999;
	padding: 2px;
}

#carousel ul {
	list-style: none;
	width:1600px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}

.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;
}

.thumb {
border: 2px dotted #beb592;
text-align: center;
}