/*Pour l'affichage de votre slider*/
#slideshow {
	margin: 0px 0 0 0;
	background: transparent;
	position: relative;
    width:980px;
	}
#slideshow #slidesContainer {
    float: left;
  padding: 0;
    height: 266px;
    margin: 0 0;
	background: transparent;
  overflow: auto; /* affiche la scrollbar au cas ou le javascript serait désactivé */
  position: relative;
    width:900px;
	}
#slideshow #slidesContainer .slide {
    margin: 0 auto;
    padding: 0px 0;
    width:900px;
	}
.controller {
    float: left;
    display:block; 
    height: 266px;
    width:40px;
    padding: 0;
    margin-top: 0px;
    }
.control {
	display: block;
    height: 266px;
    width:40px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	}
#navDiapo{
	display: none;
	width: 31px;
	height: 161px;
	position: absolute;
	right: 25px;
	bottom: 10px;
	cursor: pointer;
	}
#leftControl {
	top: 0;
	left: 0;
    margin-top: 0px;
	background: transparent url("../images/slider/fleche_precedent.png") no-repeat 0 50%;
    background-size: 100%;
	}
#leftControl:hover {
	background: transparent url("../images/slider/fleche_precedent_over.png") no-repeat 0 50%;
    background-size: 100%;
	}
#rightControl {
	top: 0;
	right: 0;
    margin-top: 0px;
	background: transparent url("../images/slider/fleche_suivant.png") no-repeat 0 50%;
    background-size: 100%;
	}
#rightControl:hover {
	background: transparent url("../images/slider/fleche_suivant_over.png") no-repeat 0 50%;
    background-size: 100%;
	}
.proceve {
    float: left;
    text-align: left;
    font-size: 0.9em;
    margin: 0 20px; 
    width:160px;       
    }
.magasindate {
    color: #e41819;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.2em;
}