$(document).ready(function(){

	    $('#products').hover(function(){
	    	$('.smproducts').show();
        },function(){
			$('.smproducts').hover(function(){
	    		$('.smproducts').show();
			},function(){
		    	$('.smproducts').hide();
	    	});
		});

		/************/
	$('#productslider')
	    .cycle({ 
	    fx:     'fade', 
	    speed:  'slow', 
	    timeout: 7000, 
	    pager: '#nav'
	}); 
	
	$('#slider').cycle({ 
	    fx:      'scrollLeft', 
	    speed:    1000, 
	    timeout:  5000 
	});
	$('#slidertext').cycle({ 
	    fx:      'fade', 
	    speed:    1000, 
	    timeout:  5000 
	});
	$('#slidercook-pic').cycle({ 
	    fx:      'fade', 
	    speed:    2000, 
	    timeout:  10000 
	});
	$('#slidercook-signature').cycle({ 
	    fx:      'fade', 
	    speed:    2000, 
	    timeout:  10000 
	});
	$('#slidercook-text').cycle({ 
	    fx:      'fade', 
	    speed:    2000, 
	    timeout:  10000 
	});

});



