$(document).ready(function() {
	$('ul#myRoundabout').roundabout({
		shape: 'lazySusan',
		minOpacity: 1.0,
		
	});
});
