/* 
    Document   : component
    Created on : 12-nov-2009, 16.56.17
    Author     : andrea
    Description:
        Purpose of the stylesheet follows.
*/

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

div.slideshow {
    width: 722px;
    height: 200px;
    overflow: hidden;
    background-color: white;
margin: 0px 0px 0px 10px;
}

div.slideshow img {
    border : 0;
    margin: 0;
}

div.slideshow a {
    text-decoration: none;
}


