#prev, #next {    background: url(../images/icons/icon-featured.png) no-repeat transparent;    width: 18px;    height: 44px;    display: block;    position: absolute;}#prev {	left: 13px;    background-position: 0 0;	top: 166px;}#prev:hover { background-position: 0 -45px; }#prev.disabled { background-position: -40px -45px !important; }#next {	right: 13px;    background-position: -20px 0;	top: 166px;}#next:hover { background-position: -20px -45px; }#next.disabled { background-position: -60px -45px !important; }#prev.disabled, #next.disabled { cursor: default; }#featured-pagination { text-align: center; padding-top: 13px; }#featured-pagination a {    background: url(../images/icons/icon-featured.png) -42px -19px no-repeat transparent;    width: 6px;    height: 6px;    margin: 0 5px 0 0;    display: inline-block;}#featured-pagination a.selected {    background-position: -52px -19px;    cursor: default;}#featured-pagination a span, #prev span, #next span  { display: none; }.list_carousel {	padding: 15px 0 15px 40px;}.list_carousel ul {	margin: 0;	padding: 0;	list-style: none;	display: block;}.list_carousel li {	font-size: 30px;	color: #666;	text-align: center;	background-color: #f0f0f0;	border: 5px solid #ccc;	width: 50px;	height: 50px;	padding: 0;	margin: 6px;	display: block;	float: left;}.clearfix {	float: none;	clear: both;}