jQuery.noConflict();
jQuery(document).ready(function(){


	// Start any banner slideshows
	jQuery("#banner_slideshow").cycle({
		fx: 'fade',
		speed: 5000,
		timeout: 10000,
		delay: -6500
	});
		

});

