jQuery.noConflict()

jQuery(document).ready(function( $ ){
	$('ul#gallery-cont') 
	.cycle({ 
		fx:     'scrollHorz', 
		speed:  'slow', 
		timeout: 8000, 
		pause: 1,
		next:   '#next', 
		prev:   '#prev', 
		easing: 'easeInOutExpo'
	});
});	
