.roundabout-holder  { 
	width:70%;
	height:81%;
	margin:0 auto;
}
.roundabout-moveable-item {
   width:50%;
   height:81%;
   cursor:pointer;
	 border:3px solid #ccc;
	 border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
.roundabout-moveable-item img{
		width:100%;
}
.roundabout-in-focus {
	border:3px solid rgba(255,255,255);
}