$(document).ready(function() {

    $('#banner').cycle({
		fx:    'fade', 
   		timeout:  8500
	});
	
	$('.centerinset2').cycle({ 
	    fx:     'fade', 
	    speed:  'fast', 
	    timeout: 0, 
	    pager:  '#product-images-nav', 
	    pagerAnchorBuilder: function(idx, slide) { 
	        // return selector string for existing anchor 
	        return '#product-images-nav li:eq(' + idx + ') a'; 
	    } 
	});
	
});
