.roundabout-holder {
				list-style: none;
				width:805px;
				height: 10em;
				margin: 1em auto;
			}
			
			.roundabout-moveable-item {
				height: 141px;
				width: 214px;
				cursor: pointer;
			}
			
			.roundabout-moveable-item img {
				width: 100%;
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			
			#filler {
				text-align: center;
				height: 1em;
			}