#slideshow {
    position: relative;
    width: 1184px;
    height: 666px;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 auto 2em;
    background: #FFF;
    background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
    background: linear-gradient(#CCC, #CCC 20%, #CCC 80%, #CCC);
    /*-- CSS3 --*/
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}

/*-- Ombrage CSS3 --*/
#slideshow:before,  
#slideshow:after {  
    position: absolute;  
    bottom:16px;  
    z-index: -10;  
    width: 60%;  
    height: 20px;  
    content: " ";  
    background: rgba(0,0,0,0.5);
	
	-webkit-border-radius: 50%;  
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
	-moz-border-radius: 50%;  
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);  
    border-radius: 50%;  
    box-shadow: 0 0 3px rgba(0,0,0, 0.7), 0 20px 10px rgba(0,0,0, 0.7);  
}  
#slideshow:before {  
    left:0;  
	transform: rotate(-8deg); 
}
#slideshow:after {  
    right:0;  
	transform: rotate(8deg);  
}
#slideshow .container {  
    position:absolute;  
    width: 1184px;  
    height: 666px;  
    overflow: hidden;  
}  
#slideshow .container:after {  
    position:absolute;  
    bottom: 0; left:0;  
    content: " ";  
    width: 100%; 
    height: 2px;  
    background: #999;  
}  
#slideshow .slider {  
    position: absolute;  
    left:0; top:0;  
    width: 1184;  
    height: 666px; 
	animation: slider 60s 1;
	
}  
#slideshow figure {  
    position:relative;  
    display:inline-block;  
    padding:0; margin:0;  
}
#slideshow figure:after {  
    position: absolute;  
    display:block;  
    content: " ";  
    top:0; left:0;  
    width: 1184 height: 666;  
    -webkit-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	-moz-box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
} 

@-webkit-keyframes slider {
	0%, 4%      { left: -0% }  
    5%, 9%          { left: -100% }  
    10%, 14%        { left: -200% }  
    15%, 19%        { left: -300% }
    20%, 24%        { left: -400% }
    25%, 29%        { left: -500% }  
    30%, 34%        { left: -600% }
    35%, 39%        { left: -700% }
    40%, 44%        { left: -800% }  
    45%, 49%        { left: -900% }  
    50%, 54%        { left: -1000% }
    55%, 59%        { left: -1100% }
    60%, 64%        { left: -1200% }  
    65%, 69%        { left: -1300% }
    70%, 74%        { left: -1400% }
	75%, 79%        { left: -1500% }
	80%, 84%        { left: -1600% }
    85%, 89%        { left: -1700% }  
    90%, 94%        { left: -1800% }
    95%, 100%        { left: -1900% }
	
}

@-moz-keyframes slider {  
    0%, 4%      { left: -0% }  
    5%, 9%          { left: -100% }  
    10%, 14%        { left: -200% }  
    15%, 19%        { left: -300% }
    20%, 24%        { left: -400% }
    25%, 29%        { left: -500% }  
    30%, 34%        { left: -600% }
    35%, 39%        { left: -700% }
    40%, 44%        { left: -800% }  
    45%, 49%        { left: -900% }  
    50%, 54%        { left: -1000% }
    55%, 59%        { left: -1100% }
    60%, 64%        { left: -1200% }  
    65%, 69%        { left: -1300% }
    70%, 74%        { left: -1400% }
	75%, 79%        { left: -1500% }
	80%, 84%        { left: -1600% }
    85%, 89%        { left: -1700% }  
    90%, 94%        { left: -1800% }
    95%, 100%        { left: -1900% }
	
}

@keyframes slider {  
    0%, 4%    { left: -0% }  
    5%, 9%          { left: -100% }  
    10%, 14%        { left: -200% }  
    15%, 19%        { left: -300% }
    20%, 24%        { left: -400% }
    25%, 29%        { left: -500% }  
    30%, 34%        { left: -600% }
    35%, 39%        { left: -700% }
    40%, 44%        { left: -800% }  
    45%, 49%        { left: -900% }  
    50%, 54%        { left: -1000% }
    55%, 59%        { left: -1100% }
    60%, 64%        { left: -1200% }  
    65%, 69%        { left: -1300% }
    70%, 74%        { left: -1400% }
	75%, 79%        { left: -1500% }
	80%, 84%        { left: -1600% }
    85%, 89%        { left: -1700% }  
    90%, 94%        { left: -1800% }
    95%, 100%        { left: -1900% }
      
}

