/* 
    -------------------
    FOTOGALERIA 
    -------------------
*/
div.galery_top {
    clear:both;
    padding:0px;
    margin:10px 0px 0px 0px;
    background:url('../images/blok_white_top.gif') no-repeat -16px 0px;
    color:#000;
    min-height:1px;
    _height:1px;
}
div.galery_bottom {
    background:url('../images/blok_white_bottom.gif') no-repeat -16px bottom;
    color:#000;
    padding:20px 0px 20px 0px;
    min-height:1px;
    _height:1px;
}
div.galery {
    padding:0px 0px 0px 20px;
    margin:0px;
    background:url('../images/blok_white_bg.gif') repeat-y -16px 0px;
    color:#000;
    height:200px;
    position:relative;
}
div.galery img {
    border:0px;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:45px;
}
div.galery img.last {
    visibility:visible;
}
