	$(document).ready(function(){
		$('#pic').rotate(-15),
		$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
   $('.category ul li a').addClass('head'),
   $('.category ul li ul li a').removeClass('head'),
               $("#nav1").lavaLamp({fx: "backout",speed: 700,click: function(event, menuItem) {
			return true;
                }
            });
		jQuery('#navigation').accordion({
			active: false,
			header: '.head',
			navigation: true,
			event: 'mouseover',
			animated: 'easeslide'
		});
   		$(".children").css("height", "auto")
			$('.tooltipBB').tipsy({gravity: 'n'}); // n | s | e | w
});

