$(function(){
		$('.slide_section').cycle({
		fx: 'fade',
		speed:	6300,
		timeout: 4500,
		next: '.right_arrow',
		prev: '.left_arrow',
		pager:  '#slide_nav',
		startingSlide: 6, 
		pagerAnchorBuilder: function(index, el) {
        return '<a href="#">&nbsp;</a>'; // whatever markup you want 
		}
	});
});
