@charset "utf-8";
/* CSS Document */
.roundabout-holder {
	list-style: none;
	width: 30em;
	height: 10em;
	margin-top: 3.5em;
	margin-right: auto;
	margin-bottom: 3.5em;
	margin-left: auto;
			}
			
			.roundabout-moveable-item {
				height: 15em;
				width: 20em;
				cursor: pointer;
			}
			
			.roundabout-moveable-item img {
				height: 15em;
				width: 20em;
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			 
 
