/*
    Document   : blogslideshow.css
    Created on : 23.05.2010, 23:53:21
    Author     : sheiko
    Description:
        Stylesheet for BlogSlideShow tool.
*/


    .hidden {
        display: none
    }
    #ss-sprite {
        z-index: auto;
        position: absolute;
    }
    #ss-mask { 
        z-index: auto;
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        right:0;
        opacity:0.35;
        filter:alpha(opacity:35);
        background:#000;
    }
    #ss-window {
         z-index: 300;
         min-width: 300px;
         min-height: 300px;
         padding: 0;
         position: absolute;
         background-repeat: no-repeat;
    }
    #ss-window > img {
        -moz-box-shadow: 5px 5px 5px #444;
        -webkit-box-shadow: 5px 5px 5px #444;
    }
    #ss-window > #ss-toolbar {
        z-index: auto;
        position: absolute;
        width: 40px;
        height: 40px;
        background: #969696 url(ss_toolbar.png) -65px 0 no-repeat;
        right: 15px;
        bottom: 15px;
        opacity:0.75;
        filter:alpha(opacity:75);
        padding: 0;
        border: 2px solid white;
        -moz-border-radius: 5px 5px;
        -webkit-border-radius: 5px 5px;
    }
    #ss-close {
     width:40px; height: 40px; cursor: pointer;
    }
    #ss-window > #ss-toolbar > .ss-btnOld {
        margin: 0;
        width: 58px;
        height: 40px;
        float: left;
        cursor: pointer;
    }
    #ss-effect-overlay {
        position: absolute;
    }
    #ss-effect-overlay > div {
        float: left;
        width: 10%;
        height: 100%;
        background-repeat: no-repeat;
    }
