﻿.container{position:relative; z-index:1;}
.roundabout-holder  { 
	width:850px;
	height:580px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 846px;
   height: 516px;
   cursor: pointer;
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;

	}
.roundabout-in-focus {
}


#myRoundabout li{ font-size: 18px; text-align:center; line-height:34px;}