#screen{
     position: fixed;
     top:0;
     left:0;
     width:100%;
     height:100%;
     z-index;200;
     background: #000;
 }


#stop{
    width:32px;
    height:32px;
    position:fixed;
    z-index:210;
    cursor:pointer;
    right:5px;
    top:5px;
    background: url(/slideshow/slideshowify/close.png);
    opacity:0.8;
}

#stop:hover{
    background-position: 0 -32px;
}

#title{
    position:fixed;
    /*height:30px;*/
    left:10px;
    bottom:10px;
    font-size:18px;
    /*font-weight: bold;*/
    color:#fff;
    z-index:210;

    text-shadow: 0 -2px #000, 2px 0 #000, 0 2px #000, -2px 0 #000;
    filter: Shadow(Color=#000, Direction=45, Strength=1); /*ie*/
}

 /*************** album *********************/


#album{
    width:100%;
}
#album .name_album{
    /*width:100%;
    margin:0 auto 20px auto;
    font-family: Verdana;
    font-weight: normal;
    text-align:right; */
}

#album .cell{
   width:192px;
    /*height:150px; */
    height: 108px;
    float:left;
    margin:10px 10px 58px 10px;

    background: #DDDDDD;
    text-align: left;
}


#album .cell #img5{
    /*width: 192px;
    height:108px;  */
    /*width:200px;
    height:200px;*/
    border:none;

    margin:auto;

    position:absolute;

top:0;
bottom:0;
left:0;
right:0;
}

#album .cell h2{
    font-size: 90%;
    font-weight: normal;
    margin-top:2px;
}
#album .cell h2 a{
    width:192px;
}


#album .description{
    width:90%;
    margin:0 auto 50px auto;
    text-align:justify;
}

#album h2 a{

   text-decoration: none;
    color:#666;
}

#album h2 a:hover{
    text-decoration: underline;
    }

#album .thumb{

}

/*************** % album *********************/