.noise-browse-bar {
    position : absolute;
    margin-top : 60px;
    left : 0;
    right : 0;
    height : 80px;
}

.noise-browse-bar .noise-browse-prev {
    position : absolute;
    left : 0;
    height : 80px;
    width : 40px;
}

.noise-browse-bar .noise-browse-next {
    position : absolute;
    right : 0;
    height : 80px;
    width : 40px;
}