Upon examining the following:
https://jsfiddle.net/h8kmove5/27/
Let's say you select 9 at the bottom. The display shows 8 9 10. My intention is to create some additional space on either side of 9, or any other active item for that matter. This way, for instance, the right half of 8 and the left half of 10 will be visible?
#sync1 .synced .item {
margin-left: 50px;
margin-right: 50px;
}