.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 10px 13%;
	height: 18em;
	width: 74%;
	display: block;
}
.roundabout-moveable-item {
	height: 213px;
	width: 210px;
	cursor: pointer;
	background-color: #ccc;
		-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.roundabout-in-focus {
	cursor: auto;
}

.roundabout-holder img {
	height: 213px;
	width: 210px;
	
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}

