$(document).ready(function() {
            $("#tabbed-home").organicTabs();
			$("#video-list li:nth-child(3n)").css("margin","0");
			$("#slide-nav li:nth-child(3)").css("margin-right","0");
});
jQuery(document).ready(function(){
jQuery("#photo-rotator").tabs({fx:{opacity: "toggle"}} );
jQuery("#slideshow-wrapper").css("overflow","hidden");
$(".ui-tabs-hide").css({
                "position": "relative",
                "top": 0,
                "left": 0,
                "display": "none"
            }); 
jQuery(function() {

			var jQuerytabs = jQuery('#tabs').tabs();
	
			jQuery(".ui-tabs-panel").each(function(i){
	
			  var totalSize = jQuery(".ui-tabs-panel").size() - 1;
	
			  
			});
	
			

		});
});
jQuery(document).ready(function(){
 jQuery(function() {
            jQuery('#menu > li').hover(
                function () {
                    var jQuerythis = jQuery(this);
                    jQuery('a',jQuerythis).stop(true,true).animate({
                            'bottom':'-10px'
                        }, 400);
                    jQuery('i',jQuerythis).stop(true,true).animate({
                            'top':'20px'
                        }, 500);
                },
                function () {
                    var jQuerythis = jQuery(this);
                    jQuery('a',jQuerythis).stop(true,true).animate({
                            'bottom':'-95px'
                        }, 400);
                    jQuery('i',jQuerythis).stop(true,true).animate({
                            'top':'50px'
                        }, 500);
                }
            );
        });
 
// End jQuery
 
});
