$(document).ready(function() {
	// top example
/*	
	$('.roundaboutWrapper ul').roundabout({
		'easing': 'easeOutExpo',
		'duration': 500,
		'btnNext': '#next',
		'btnPrev': '#previous'
	});
*/	
	$(window).resize(function() {
		$('.roundaboutWrapper ul').roundabout_animateToBearing($.roundabout_getBearing($('.roundabout-example ul')));
	})
});
