body { 
	background:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#fff;
}
html { min-width:1000px;}
html, body { height:100%;}

.container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	font-size:.8125em;
}


.roundabout-holder  { 
	width:650px;
	height:350px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 650px;
   height: 350px;
   cursor: pointer; border:#CCCCCC solid 1px;
	/* 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:1px solid rgba(0, 0, 0, 0.2);
}

