/* ---------------------------------------------------------------------------------
   STYLES SLIDESHOW
--------------------------------------------------------------------------------- */
#slideshow {

	margin:0 auto;
	width:672px;
	height:500px;
	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;

}

   #slideshow #slidesContainer {  
     margin:0 auto;  
      width:630px;  
      height:500px; /*460 + hauteur de la balise p*/ 
      overflow:auto; /* affiche une scrollbar au cas ou */  
      position:relative;  
    }  
	
	#slideshow #slidesContainer .slide {  
      margin:0 auto;  
      width:610px;  /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */  
      height:500px;  /*460 + hauteur de la balise p*/ 
    }  
	#slideshow #slidesContainer .slide p{
		width:630px;
		background-color:#000;
		margin:0px;
		height:40px;
		padding-left:10px;
	}
	#slideshow #slidesContainer .slide p a:hover{
		color:#FFF;
	}
	.control {  
      display:block;  
      width:41px;  
      height:47px;  
      text-indent:-10000px;  
      position:absolute;  
      cursor: pointer;  
	  top:0px;
	  z-index: 600;
	  /*top:-50px;*/
    }  
	
	
	#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:5px;
	cursor:pointer;
	}


    #leftControl {  
	 top:230px;  
     left:0px;  
     background:transparent url(../img/gallery-arrow-left.png) no-repeat 0 0;  
   }  
    #leftControl:hover{  
	 top:230px;  
     left:0px;  
     background:transparent url(../img/gallery-arrow-left.png) no-repeat 0 0;  
	 background-position: 0 -47px;
   }  
   #rightControl { 
     top:230px;  
     right:0px;  
     background:transparent url(../img/gallery-arrow-right.png) no-repeat 0 0;  
   }  
   #rightControl:hover { 
     top:230px;  
     right:0px;  
     background:transparent url(../img/gallery-arrow-right.png) no-repeat 0 0;
	 background-position: 0 -47px;
   }  
