jQuery(window).load(function() {
	//ballContainer
	$('.slide').cycle({
		fx : 'scrollHorz',
		timeout: 10000,
		prev : '#prevSlide',
		next : '#nextSlide',
		pager:  '.ballContainer',
		pagerAnchorBuilder: function(idx, slide) { 
        return '<a href="javascript:" class="ball"><small>indicator</small></a>'; 
    }
	});
});
