@charset "utf-8";
/* CSS Document */

      .roundabout-holder {
			padding: 0;
			margin: 0 auto;
			height: 301px;
			width: 420px;
		}
		
		.roundabout-moveable-item {
			height: 301px;
			width: 420px;
			cursor: pointer;
			border:1px solid black;
			display:block;
		}
		
		.roundabout-moveable-item img {
			height: 100%;
			width: 100%;
		}
		
		.roundabout-in-focus {
			cursor: auto;
		}
		
	

