.roundabout-wrapper {
	float: left;
	margin-left: 52px;
}

#roundabout	{
	width: 840px;
	margin-bottom: 20px;
}

.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      margin: -58px auto;
      height: 320px;
 }
 .roundabout-moveable-item {
      width: 308px;
      height: 231px;
      overflow:hidden;
      cursor: pointer;
      border: 1px solid #9C9B9C;
      box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
      -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
 }
 .roundabout-in-focus {
      cursor: auto;
      box-shadow:0 0 10px rgba(0, 0, 0, 0.8);
      -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.8);
      -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.8);
 }
 
 .roundabout-moveable-item .caption-bottom {
  	text-indent: -9999px;
 }
 
 .roundabout-in-focus .caption-bottom {
  	color: #fff;
   	padding: 10px;
   	margin: 10px;
   	position: relative;
   	z-index: 10;
 	border-radius:5px;
 	-moz-border-radius:5px;
 	-webkit-border-radius:5px;
 	background-color: #282828;
 	left: 0;
 	bottom: 0;
 	font-size: 11px;
 	text-indent: 0px;
 }