/* <![CDATA[ */
$(function() {
    
			$('div#bannerimg').cycle({
			fx:     'scrollHorz',
			speed:  300,
			timeout: 5000,
			autostop: false,     // true to end slideshow after X transitions (where X == slide count) 
		    autostopCount: true, 
			pager:  '#panel-nav',
		//	next:   '#nextnews',
		//	prev:   '#prevnews',
			pause: 1,
			pagerAnchorBuilder: function(idx, slide) 
			{ 
			return '<a href="#">'+(idx+1)+'</a>';
			}
    });
			
});
/* ]]> */

