jQuery.noConflict();

/*
 * Slideshow
 */
jQuery(function($){
	
	var $banner = $('#cycle');
	
	$banner.cycle({
		pager:  '#pager'
	});
	
});
