$(document).ready(function(){	
// promo tiles
    $('#promo').before('<div id="promo-nav">').cycle({
        fx:     'scrollRight',
		timeout: 5000,
		speed: 400,
		easing: 'easeInOutBack',
        pager:  '#promo-nav'
    });
});
// end promo tiles