/* Caroussel */

.list_carousel {
	width: 950px;
	margin-bottom:30px;
	height:381px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li.gauche, .list_carousel li.droite {
	height: 300px;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
}
.list_carousel li.gauche {
	width: 550px;
}
.list_carousel li.droite {
	width: 400px;
}

.timer {
	background-color: #619edb;
	height: 6px;
	width: 0px;
	margin: 20px 0px 10px 0px;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(../../freeresto_website/img/dots.png) 0 0 no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 2px 0 2px;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px 0px;
	cursor: default;
}
.pagination a span {
	display: none;
}
