div#balk {
    background-color: black;
    border-top: 1px solid #dedad6;
    height: 24px;
}

div#balk a {
    color: #f29303;
    text-decoration: none;
    line-height: 24px;
}

div#albumprev {
    width: 125px;
    height: 24px;
    float: left;
}

div#albumnext {
    width: 125px;
    height: 24px;
    float: right;
    text-align: right;
}

div#albumprev a {
    padding-left: 35px;
    background: url('assets/images/pijl_klein_links.png') 10% 50% no-repeat;
}

div#albumnext a {
    padding-right: 35px;
    background: url('assets/images/pijl_klein_rechts.png') 90% 50% no-repeat;
}

