#screen{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(/slideshow/malihu/fone-tran-black-80.png);
    z-index:200;
}

#screen .title {
    position:fixed;
    z-index:3;
    left:10px;
    top:50px;

    color:#FFF;
    padding:5px;
}

#screen .title #img_title{
    padding-right:20px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    font-size:24px;
    text-transform:uppercase;


    text-shadow: 0 -2px #000, 2px 0 #000, 0 2px #000, -2px 0 #000;
    filter: Shadow(Color=#000, Direction=45, Strength=2); /*ie мое */
}



#bg{position:fixed; z-index:1; overflow:hidden; width:100%; height:100%;}
#bgimg{display:none; -ms-interpolation-mode: bicubic;}

#preloader{position:relative; z-index:3; width:32px; padding:30px; top:44%; margin:auto; background:#000;border: 4px #333 solid;border-radius: 10px;}

#thumbnails_wrapper{z-index:2; position:fixed;  bottom:0; width:100%; background:url(/slideshow/malihu/empty.gif); /* stupid ie needs a background value to understand hover area */}
#outer_container{position:relative; padding:0; width:100%; margin:20px auto;}

#outer_container .thumbScroller{position:relative; overflow:hidden; background:url(/slideshow/malihu/fonediv.png);padding-top:5px;}

#outer_container .thumbScroller, #outer_container .thumbScroller .data, #outer_container .thumbScroller .div_thumb{height:120px;}


#outer_container .thumbScroller .data{position:relative; left:0;}
#outer_container .thumbScroller .div_thumb{float:left;}
#outer_container .thumbScroller .div_thumb div{margin:0px; height:100%;}
#outer_container .thumbScroller img{border:2px solid #fff; border-radius: 4px;width:160px;height:90px;}

#outer_container .thumbScroller .div_thumb div a{display:block; padding:10px;}

.nextImageBtn, .prevImageBtn{
    display:block;
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    z-index:3;
    opacity:0.1;
    }
.nextImageBtn:hover,.prevImageBtn:hover{
        opacity:0.5;
    }

.nextImageBtn{
    right:0;
    background:url(/slideshow/malihu/nextbtn.png) right center no-repeat;
    }

.prevImageBtn{
    background:url(/slideshow/malihu/prevbtn.png) left center no-repeat;
    }

/* мое
*/

#close{
    position:fixed;
    z-index:3;
    right:5px; top:5px;

    width: 48px;
    height:48px;
    background: url(/slideshow/malihu/close.png);
    cursor:pointer;
}
#close:hover{
    background-position: 0 -48px;

}


#zoom{
    position:fixed;
    z-index:3;
    right:58px; top:5px;

    width: 48px;
    height:48px;
    background: url(/slideshow/malihu/full.png);
    cursor:pointer;
}

#zoom:hover{
    background-position: 0 -48px;
}

#zoom.fullmode{
    background: url(/slideshow/malihu/normal.png);
}

#zoom.fullmode:hover{
    background-position: 0 -48px;
}
