.album_header {
    font-weight:bold;
    background-image:url(../images/album_header_bg.jpg);
    background-repeat:repeat-x;
    color:#ffffff;
    padding-left:11px;
    height:27px;
    line-height:27px;
}

.album_header_negative {
    font-weight:bold;
    color:#000000;
    padding-left:11px;
    height:27px;
    line-height:27px;
}


.album_total_poze {
    margin-top:19px;
    height:14px;
    line-height:14px;
    padding-left:11px;
    margin-bottom:2px;
    vertical-align:text-bottom;
}



* html .container_poze {zoom:1;} /* escaping floats bug fix (IE6/7)  */

.poza_album {
    margin-top:15px;
    margin-left:15px;
    float:left;
}
* html .poza_album {display:inline;} /* double float margin bug fix(IE6) */

.poza_album p{
    height:auto;
    width:137px;
    color:#ff6600;
}
.poza_album p a {
    display:block;
    width:135px;
    height:88px;
    margin-top:7px;
    border:1px solid #cacaca;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.poza_album p a:hover {border:1px solid #ff6600;}
.poza_album p a img {}

.actions_album {
    /*width:623px;*/
    overflow:hidden;
    margin-left:123px;
    margin-right:auto;
    width:361px;
    margin-top:25px;
    margin-bottom:11px;
}
.action_album_1 {
    float:left;
}
.action_album_2{
    float:right;
}