/* example */
.example {
	margin:auto;
	/*margin-left: 1em;*/
	width: 70%;
}

.example .show {
	height: 130px;
	/*border:1px solid #ddd;
	background-color: #fff;*/
	overflow: hidden;
}

.example .roundabout-holder {
	list-style: none;
	height: 80px;
	margin-left: 2em;
	margin-right: 100px;
}

.example .roundabout-moveable-item {
	cursor: pointer;
	/*width: 3em;*/
	/*height: 3em;*/
	/*border: 1px solid #999;
	background-color: #eee;*/
	
	text-align: center;
	line-height: 2.6em;
	font-size: 24px;
}

.example .roundabout-in-focus {
	cursor: auto;
}

.example .caption {
	font-size: 0.75em; 
	color: #555; 
	text-align: center;
	margin-left: 1em;
	padding-top: 1em;
}

.example .caption .footnote {
	font-size: 0.8em; 
	color: #888;
}
