.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev{

    left: 0;
    border-radius: 0 3px 3px 0;

}