$(document).ready(function(){
						   
	$('#home-left').cycle({
		fx: 'fade',
		delay: 0,
        speed: 700		
		    
    });
});
	
	
	 