		$(function(){
			$('#image').cycle({
				timeout: 5000,
				speed: 1000
			});
			$('#recommendations').cycle({ 
			    fx:    'scrollLeft', 
			    delay: -2000 
			});
		});
