$(function() {
$('#ui-tab > ul').tabs({ fx: { opacity: 'toggle', duration: 1000  } });

$(".glidecontentwrapper").jCarouselLite({
        btnNext: ".nextb",
        btnPrev: ".prevb",
		btnStart: ".start",
		btnStop:  ".stop",
		visible: 1,
		auto: 5000,
		easing: "backout",
	    speed: 2000,
	afterStart: function() {
		$(".start").css("display", "none");
		$(".stop").css("display", "block");
    },
	afterStop: function() {
		$(".start").css("display", "block");
		$(".stop").css("display", "none");
    }
    });
   	jQuery('.squarebanner li:nth-child(even)').addClass('rbanner');
	
	jQuery('#menu ul.sfmenu,#submenu ul.sfmenu').superfish({ 
		delay:       200,								// 0.1 second delay on mouseout 
		animation:   {opacity:'show',height:'show'},	// fade-in and slide-down animation 
		dropShadows: true								// disable drop shadows 
	});	
	
	jQuery('#slider').nivoSlider({
		effect:'random',
		slices: 10
		
	});
});
