// Run below when the page is ready
$(document).ready(function() {
	$('#promo').cycle({
		fx: 'scrollHorz',
		timeout:    4000,
		speed:      800,
		height: 80,
		pause: 1
	});
	
});

