
div.carousel div.carousel-wrap{
	width:503px;
	float:left;
	margin:0 0 0 0
}
div.carousel ul{
	margin:0;
	padding:0;
}

div.carousel ul li{
	/*display:inline;*/
	position:relative;
	float:left;
	padding:0;
	width:503px;
	height:338px;
}

/* BTs précédent / Suivant */
div.carousel span.carousel-control{
	/*display:inline;*/
	float:left;
	cursor:pointer;
	position:absolute; 
	width:30px; height:31px;
	text-indent:-4000px;
	padding:0
	
}

div.carousel span.carousel-control.carousel-previous {
	/* Précédent*/
	margin:156px 0 0 -545px; background:url(http://img1.vivofoot.com/sprites.png) -405px -799px;
}

div.carousel span.carousel-control.carousel-next {
	/* Précédent*/
	position:absolute; margin:156px 0 0 12px; width:30px; height:31px; background:url(http://img1.vivofoot.com/sprites.png) -435px -799px; text-indent:-4000px
}


/* Pagination */
.carousel-pagination {bottom:-12px; position:absolute; right:0}
.carousel-pagination a {cursor:pointer; display:block; width:26px; height:25px; line-height:25px; text-align:center; color:#fff; background:url(http://img1.vivofoot.com/sprites.png) -100px -226px; float:left; font-size:18px; font-weight:bold; color:#4f4f4f; margin-left:4px; text-decoration:none !important}
.carousel-pagination a.active {color:#fff !important; background:url(http://img1.vivofoot.com/sprites.png) -101px -252px}


