$(function() {


	if (jQuery("#slideShow").length) {
		jQuery("#slideShow").cycle({
			fx: 'fade',
			speed: 'fast',
			timeout: 4000,
			pager: '#navSlideShow',
			pagerEvent: 'click',
			pagerAnchorBuilder: function(idx, slide) {
				return '#navSlideShow li:eq(' + (idx) + ') a';
			}
		});
	}

});
