@charset "utf-8";
/* CSS Document */

/*ul.roundabout-holder{ width:641px; margin:auto; }
ul.roundabout-holder li img{ width:641px; height:392px; }*/

   .roundabout-holder {
      list-style: none;
      padding: 0;
      margin: auto;
      height: 24.500em;
      width: 40.063em;
   }
   .roundabout-holder img{ width:100%; }
   .roundabout-moveable-item {
      height: 23.500em;
      width: 39.063em;
      cursor: pointer;
      background-color: #ccc;
      border: 1px solid #999;
   }
   .roundabout-in-focus {
      cursor: auto;
   }