jQuery.noConflict();

function menu() {
	jQuery('ul.superfish').superfish( {
		delay : 200,
		animation : {
			opacity : 'show',
			height : 'show'
		},
		speed : 'fast',
		autoArrows : true,
		dropShadows : false
	}).find('> li > a.sf-with-ul').parent('li').addClass('sf-ul');

}

function banner() {
	jQuery.noConflict();
    var $featured_content = jQuery('#image_slideshow #images');
    if ($featured_content.length) {
        $featured_content.cycle({
            timeout: 4500,			
            speed: 500,
            cleartypeNoBg: true,
            cleartype: true, 
            pager: 'div#switcher-content',
            fx: 'fade',
            pause: 1});
    }

	
	
	
	
	
	
	
	
	
	
	
	
	
}
