﻿		$(document).ready(function() {
		    $('.slideshow')
			.cycle({
				fx: 'fade',
				speed:  900,
				timeout:  5000,
				pause:   1 ,
				pager:  '#promoNav',
				pagerAnchorBuilder: function(idx, slide) { 
		        return '<a href="#">' + slide.title + '</a>'; 
		    } 
			});
		});