/*
    Document   : newCascadeStyleSheet
    Created on : 2011-02-05, 02:22:05
    Author     : Marek
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

#banner_switcher_main {width: 640px; height: 303px; position: relative;}
#banner_switcher_main .image {position: absolute; z-index: 990;}
#banner_switcher_main .image.show {position: absolute; z-index: 998; cursor: pointer;}
#banner_switcher_thumbs {position: absolute; z-index: 999; bottom: 5px; left: 9px; clear: both;}
#banner_switcher_thumbs .banner_switcher_thumb {width: 16px; height: 16px; background: url('../i/sw.png') no-repeat center top; margin-left: 10px; float: left; cursor: pointer;}
#banner_switcher_thumbs .banner_switcher_thumb:hover {background-position: center center;}
#banner_switcher_thumbs .banner_switcher_thumb:active, #banner_switcher_thumbs .banner_switcher_thumb.current {background-position: center bottom;}

