div.carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
}

div.carousel li {
	display:inline;
	float:left;
}

div.thumb {
	position: relative;
	top: -38px;
	left: 17px;
	width: 9px;
	height: 18px;
	float: left;
	padding: 8px 11px;
	margin-left: 5px;
	background: url('../img/carousel-pagination.png') center top no-repeat;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}