
	$(document).ready(function(){
		$("ul.sf-menu").supersubs({
			minWidth:    12,   // minimum width of sub-menus in em units
			maxWidth:    40,   // maximum width of sub-menus in em units
			extraWidth:  1     
		}).superfish({
			autoArrows:  false,                           // disable generation of arrow mark-up
			dropShadows: false, 
			animation:     {opacity:'show'},
			speed:         'normal'
		});
  // call supersubs first, then superfish
	$("#slider").easySlider({
		auto: true,
		controlsShow: false,
		speed: 1000,
		pause: 3500,
		continuous: true 

	});


	});
