/*#carousel {
	margin: 0 auto;
	width: 961px;
	height: 419px;
	padding: 0;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
	padding:0;
}*/

.thumbs {
	z-index:9999;
	left:20px;
	top:260px;
	width:200px;
	position:absolute;
	text-align:center;
}
.thumbs a {
	cursor:pointer;
}
.thumb {
	width:23px;
	text-decoration:none;
	height:23px;
	background:url(img/circle.gif) no-repeat;
	float:left;
	display:block;
	margin-right:5px;
	z-index:9999;
}
.thumbs .active {
	background:url(img/actCircle.gif) no-repeat;
}
.textholder {
	display:none;
}
