.roundabout-holder
{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    padding: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow:hidden;
}
.roundabout-moveable-item { 
    height: 110px; 
    width: 164px; 
    cursor: pointer;
    -webkit-border-radius:6px;
        -moz-border-radius:6px;
            border-radius:6px;
}
.roundabout-in-focus {
    cursor: pointer;
}