$(function() {
	$('#hp-promos').cycle({ 
    fx:     'scrollRight', 
    speed:  'fast', 
    timeout: 7500,
				cleartype: true,
				cleartypeNoBg: true,
				height: 'auto',
				fit: 0,
				pause: 1,
    pager:  '#hp-promo-nav' 
});										
});
