@charset "utf-8";
.carousel {
	float:left;
	position: relative;
	margin: 0;
	width: 550px;
	height: 112px;
}
.carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.carousel li {
	float: left;
	height: 88px;
	width: 110px;
	margin-right: 8px;
	margin-left: 8px;
	border: 1px solid #999;
}
.clearfix {
	float: none;
	clear: both;
}
.pager {
	float: left;
	width: 100%;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}