$(document).ready(function() {
	//scroll down
	$('#specials').cycle({ 
    cleartype: 1,
	 fx:     'scrollUp',
    timeout: 6000, 
    delay:  -2000
	});
});