
	jQuery.noConflict();

	  jQuery(document).ready(function()
	 {

			// initialise plugins
			jQuery('ul.sf-menu').superfish();

		  	jQuery('#container-1').tabs();

			jQuery('#textescroll').jScrollPane();


			  // initialise plugins
			  jQuery('#slideshow').cycle({
			   fx   : 'fade',
			   speed : 3500,
			   timeout: 1000,
			   pause  : 1
			  });


	  // initialise plugins
			  jQuery('#slideactus').cycle({
			   fx: 'scrollLeft',
			   timeout: 8000,
			   cleartype: 1,
			   speed: 1500
			  });

	});

