﻿.roundabout-holder 
{ 
padding: 0; 
margin: 0 0 0 68px;
list-style: none;
width: 800px;
height: 400px;
z-index: 10 !important;
*margin: 0 0 0 0;
}
.roundabout-moveable-item 
{
      cursor: pointer;
background-color: #fff;
padding: 8px;
width: 340px;
height: 227px;
}
.roundabout-moveable-item img {
    width: 100%;
}
.roundabout-in-focus 
{ 
background-color: #fff;
padding: 8px;
cursor: auto; 
width: 340px;
height: 227px;
}