﻿.roll  {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
}

.roll:hover {
    background-position: left bottom;
}
