 $(function() {
	if ($.browser.mozilla && parseFloat($.browser.version) < 1.9 && navigator.appVersion.indexOf('Mac') !== -1) $('body').css('-moz-opacity',.999);
	
	// alter default so arrow mark-up is not generated for this demo.
	// so many menu items (total of all examples) could slow initialisation performance
	// so arrow mark-up will be generated manually. Could go without arrows altogether
	// but that would risk people not finding the examples that show arrow support.
	$.fn.superfish.defaults.autoArrows = false;

 $('ul.sf-menu').superfish({
			delay:       150,                            // one second delay on mouseout
			animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation
			speed:       'fast',                          // faster animation speed
			autoArrows:  false,                           // disable generation of arrow mark-up
			dropShadows: false                            // disable drop shadows
		});
$('.sf-menu a').addClass('sf-with-ul');

   
	 }); 
jQuery(document).ready(function() {
    jQuery('#bottom_slider').jcarousel();
});

