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