.example {	
	margin-left: 1em;
	width: 50%;
}

.example .show {
	height: 12em;	
	background-color: Transparent;
	overflow: hidden;
}
.example .roundabout-holder {
	list-style: none;
	height: 10em;
	margin-left: 0em;
	margin-right: 2em;
}
.example .roundabout-moveable-item {
	cursor: pointer;
	width: 3em;
	height: 3em;	
	background-color: Transparent;
	text-align: center;
	line-height: 2.6em;
	font-size: 24px;
	
	
}
.example .roundabout-in-focus {
	cursor: auto;
	border: none;
	background-color: Transparent;
}



