$(document).ready(function() {
	$('#productSlider')
	.cycle({
	    fx:      'fade',
	    speed:   1000,
	    timeout: 8500,
	    pause:   true,
	    pager:   '#productNav'
	});
});
