﻿$(document).ready(
	function(){				
		$('ul##homeslide').cycle({
			fx: 'fade',
			speedIn: 2500,
			speedOut: 200,
			timeout: 4500
			
		});

});
