jQuery.noConflict();

jQuery(document).ready(function() {
	
	jQuery('#Feature .items').cycle({ 
		fx: 'scrollHorz', 
		speed: 500,
		timeout: 6000,
		next:'#Feature .next', 
		prev:'#Feature .previous'
	});
	
	jQuery('ul.sf').superfish({
	    autoArrows: false,
    	dropShadows: false
	});
});