$(document).ready(function() {
    $('#home_slideshow').cycle({
		fx:       'scrollDown',
		cleartype: true,
    cleartypeNoBg: true,
    speed:    1000, 
    timeout:  5000,
    pause:    1
	});
});


