/* 
    Document   : homepage
    Created on : 28 avr. 2011, 14:10:14
    Author     : pierre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

.slideshow { width:600px;margin:0px auto;height:120px;overflow:hidden;}
.slideshow ul { margin:0;padding:0;}
.slideshow ul li {margin:0;padding:0;display:block;float:left;position:relative;}
.slideshow a,.slideshow img { margin:0;padding:0;border:none;}

