jQuery.noConflict()

jQuery(document).ready(function() {

		
		// init Carusel
		/*jQuery('.banner-carousel').jcarousel({
        	animation: 'slow',
			wrap: 'both',
			scroll: 5,
			auto: 10
			});*/
		jQuery('.banner-carousel a').remove();
		jQuery('.banner-carousel').cycle({
			timeout:         bannertime,
			fx: 'fade' 
    	});

});

