body {
    background: url("../basic_black/catalog_header.png") repeat;
}

#header {
    background: url("catalog_header.png") no-repeat;
    background-position: top center;
}

#banca {
    border-width: 27px;
    -moz-border-image: url("catalog_background.png") 27 27 27 27 round;
    -webkit-border-image: url("catalog_background.png") 27 27 27 27 round;
    border-image: url("catalog_background.png") 27 27 27 27 fill round;
}

#thumb_prev {
    background: url("thumb_button_prev.png") no-repeat;
}

#thumb_first {
    background: url("thumb_button_start.png") no-repeat;
}

#thumb_next {
    background: url("thumb_button_next.png") no-repeat;
}

#thumb_last {
    background: url("thumb_button_end.png") no-repeat;
}

#scroller {
    background: url("thumb_background.png");
}

#thumb_prev:active {
    background: url("thumb_button_prev_pressed.png") no-repeat;
}

#thumb_first:active {
    background: url("thumb_button_start_pressed.png") no-repeat;
}

#thumb_next:active {
    background: url("thumb_button_next_pressed.png") no-repeat;
}

#thumb_last:active {
    background: url("thumb_button_end_pressed.png") no-repeat;
}

#barra-topo-mobile {
    background: url("top/tile_bar.png") repeat-x;
}

#botao-voltar {
    background: url("top/back_button_inactive.png") no-repeat 8px 8px;
    color: white;
}

#botao-voltar:active {
    background: url("top/back_button_active.png") no-repeat 8px 8px;
}


.botao-topo {
    background: url("top/menu_button_inactive.png") no-repeat 4px 7px;
}

.botao-topo:active {
    background: url("top/menu_button_active.png") no-repeat 4px 7px;
}

.botao-topo.active {
    background: url("top/menu_button_active.png") no-repeat 4px 0px;
}

.mejs-audio {
    background: url("top/option_bar.png") no-repeat;
}
