.roundabout-holder {
	background-color: #ffffff;
	list-style: none;
	width: 600px;
	height: 400px; /* Thumbnails heights */
	margin: 0 auto;
	padding: 5px;
}

.roundabout-moveable-item { height: 300px; width: 150px; cursor: pointer;border:0px solid #959590; } /* Thumbnail dimensions */

.roundabout-moveable-item img { width: 150px; height: 300px; border:0px solid #d1d1d1;} /* Thumbnail dimensions */

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

#roundabout_text {
	width: 550px;
	height: 15px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 10px;
	border-top: 2px solid #d1d1d1;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}

.roundabout_name { font-size: 14px; font-weight: bold; }

.roundabout_price { color: red; font-size: 14px; font-weight: bold; }

