			a img { border: none; }
			
			.roundabout-holder {
				list-style: none;
				width: 60em;
				height: 20em;
				margin: 1em auto;
			}
			
			.roundabout-moveable-item {
				height: 18em;
				width: 30em;
				cursor: pointer;
			}
			
			.roundabout-moveable-item img {
				height: 18em;
				width: 30em;
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			
			#filler {
				text-align: center;
				height: 1em;
			}


