#visuelSlide {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    height: 500px;
    width: 800px;
    position:relative; 
}
#visuelSlide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    margin-top: -251px;
    margin-left: -401px;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;       
    transition: opacity 1.5s;
    opacity: 0;
}
#libelleSlide label {  
    background: #fff;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;       
    transition: opacity 1.5s;
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 10px;
    left: 0;    
}
#libelleSlide {
    position:absolute;
    padding: 5px; 
    left:0; 
    right:0; 
    bottom: 1px;
    text-align:center;
    letter-spacing: 0.05em;
    word-spacing: 0.05em;
    font-family: Georgia, Times, serif;
    background: #fff;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
    height: 27px;
}

#slideshow {
    position: relative;
    width: 800px;
    height: 500px;
    padding: 15px;
    margin: 0 auto 2em;
    border: 1px solid #ddd;
    background: #FFF;
    background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    left: 45px;
}

#slideshow:before, #slideshow:after {
    position: absolute;
    bottom:16px;
    z-index: -10;
    width: 50%;
    height: 20px;
    content: " ";
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
}
#slideshow:before {
    left:0;
    -moz-transform: rotate(-4deg);
}
#slideshow:after {
    right:0;
    -moz-transform: rotate(4deg);
}

#play, #pause {
    position: absolute;
    top: 25px; 
    right: 25px;
    border:0 none;
    z-index: 2;
}
#playImg, #pauseImg {
    position:absolute;
    left:-32px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;       
    transition: opacity 1s;    
    width: 32px;
    height: 32px;
    z-index: 1;
}
#playImg {
    opacity: 0;
}
#slideshow .prev {
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-right: 17px solid #00FE1E;
    border-top: 16px solid rgba(0, 0, 0, 0);
    cursor: pointer;   
    height: 0;
    left: -140px;
    position: absolute;
    top: 280px;
    width: 0;   
}
#slideshow .next {   
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-left: 17px solid #00FE1E;
    border-top: 16px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 0;
    position: absolute;
    right: -140px;
    top: 280px;
    width: 0;
}
#slideshow .prev img {
    left: 20px;
    position: relative;
    top: -25px;
    width: 100px;    
}
#slideshow .next img {
    position: relative;
    right: 120px;
    top: -25px;
    width: 100px;
}
#showVignettes {
    margin: 0;
    position: relative;
    top: 0;
    /*width: 730px;*/
    z-index: 10;
}
#showVignettes:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0; 
}
#showVignettes img {
    display: inline-block;
    left: 3px;
    margin: 0;
    padding: 3px;
    position: relative;
    width: 71px;
    cursor: pointer;
}
#slideShowImages label {
    display: block; 
    background-color: white;
    border-radius: 10px;
    margin: 4px -7px;
    padding: 0 17px;
}