.carouFredSel-clearfix {
	float: none;
	clear: both;
}

.caroufredsel_wrapper {
	/* background-color: white; */
	width: 480px;
	margin: 40px auto;
	/* padding: 50px; */
	/* box-shadow: 0 0 5px #999; */
}

.carouFredSel-list_carousel {
	background-color: #ccc;
	margin: 0;
	width: 100%;
}

.carouFredSel-list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.carouFredSel-list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	/* border: 5px solid #999; */
	width: 50px;
	height: 50px;
	padding: 0;
	/* margin: 6px; */
	display: block;
	float: left;
}

.carouFredSel-list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.carouFredSel-timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

.carouFredSel-prev {
	float: left;
	margin-left: 10px;
}

.carouFredSel-next {
	float: right;
	margin-right: 10px;
}

.carouFredSel-pager {
	float: left;
	width: 100%;
	text-align: center;
}

.carouFredSel-pager a {
	margin: 0 5px;
	text-decoration: none;
}

.carouFredSel-pager a.selected {
	text-decoration: underline;
}