/* 
    Document   : orencaro
    Created on : 1/03/2010, 3:53:58 PM
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

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

root {
    display: block;
}

.slideshow {
    height:  432px;
    width:   432px;
    padding: 0;
    margin:  0;
}

.slideshow img {
    padding: 15px;
    border:  1px solid #ccc;
    background-color: #eee;
    width:  400px;
    height: 400px;
    top:  0;
    left: 0
}
div.slideshow {
    margin-left: auto;
    margin-right: auto;
}

