﻿#sample-roundabout {
	width: 780px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 224px;
	position: absolute;
	opacity: 0;
}
#sample-roundabout li {
	height: 200px;
	width: 230px;
	cursor: pointer;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}
#sample-roundabout li.roundabout-in-focus {
	cursor: auto;
}
#sample-roundabout li .wrapper {
	margin: 0px;
	padding: 0em;
}
#sample-roundabout .img-example .wrapper img {
	padding: 0px;
	margin: 0px;
}