#navigation-bar{
    width: 100%;
    margin-top: -30px;
    padding-bottom: 13px;
}
#navigation{
    float: right;
}
#navigation .nav_previous{
    width: 15px;
    height: 15px;
    background: url('/media/wysiwyg/navigation-previous.png') no-repeat left center;
    padding-left: 15px;
    color: #6d6d6d;
}
#navigation .nav_next{
    width: 15px;
    height: 15px;
    background: url('/media/wysiwyg/navigation-next.png') no-repeat right center;
    padding-right: 15px;
    color: #6d6d6d;
}
@media only screen and (max-width: 960px) {
    #navigation-bar{
        width: 100%;
        margin-top: 10px;
        padding-bottom: 13px;
    }
}