$(document).ready(function() {
    $('.mag-show').cycle({
		fx:     'scrollRight',
		easing: 'bounceout',

    timeout: 4000 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
