$(document).ready(function() {
	
	/* Fix for IE */
    	if (jQuery.browser.msie && jQuery.browser.version >= 9) {
		 jQuery.support.noCloneEvent = true;
		}
	/* End fix for IE */
	
	/* Load scripts */


		if ($('ul#myRoundabout').length) {
				$('ul#myRoundabout').roundabout({
					btnNext: '#next',
					btnPrev: '#previous',
					startingChild: 2,
					duration: 1000,
					easing: 'easeInOutBack'
				});
			}
		
			
	/* End load scripts*/
	

});
