/* 
    Document   : slideshow
    Created on : 03/03/2009, 09:44:04
    Author     : Elias Junior
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#pai, #slidebox {width:300px; height:225px; margin-bottom:5px;}
#slideshow {position:relative;}
#nav {padding:2px; clear: both; width:300px; overflow:hidden; padding-top:5px;}
    .previous, .next, 
    .numbers a {border:#eee solid 1px; background-color:#f8f8f8; padding:2px 5px; margin-left:2px; font-size:1.4em;}
    .numbers a.activeSlide {background:#006; border:#006 solid 1px; color:white;}
    .filho {width:300px; height:225px; overflow:hidden;}
    .previous, .next {padding:0 5px !important; font-size:1.2em; padding-bottom:2px !important; display:none;}