.carrocel {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width:100%;
}
.list_carousel li {
	border: 1px solid #CCC;
	width: 78px;
	height: 78px;
	padding: 0;
	margin: 5px;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}
.next {
	width:11px;
	height:17px;
	background:url(dir_next.png) no-repeat center;
	cursor:pointer;
	float: right;
}
.prev {
	width:11px;
	height:17px;
	background:url(dir_prev.png) no-repeat center;
	cursor:pointer;
	float: left;
}
.pager {
	float: left;
	width: 100%;
	text-align: center;
	cursor:pointer;
}
.pager a {
	margin: 0 0px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}