(function ($) {
	$(document).ready(function(){
		$('.rotating_banner .widget-banner ul').cycle({
			pager: '#cycle_nav'
		})
	 });
 })(jQuery);
