	$(document).ready(function() {
							   
		

	$('.featured-product').cycle({ 
		fx:     'fade', 
		speed:  2000, 
		timeout: 6000,
		easing: 'easeOutQuart',
		next:   '.featured-prv', 
    	prev:   '.featured-nxt'
		});
	
	
		$('.ban').cycle({ 
		fx:     'fade', 
		speed:  900, 
		timeout: 6000,
		easing: 'easeOutSine',
		pager:  '.pager'
		});
		 
	
		
		 
		 
	});

