jQuery(document).ready(function() {
	/* jslide */
	$('#scrollimg').cycle({ 
		fx: 'fade', 
		speed: 1500,
		timeout: 3500
	 });
});