$j(document).ready(function(){
	$j(".glidecontent").hover(function() {
		$j(this).children(".glidemeta").animate({opacity: "show"}, "slow");
	}, function() {
		$j(this).children(".glidemeta").animate({opacity: "hide"}, "fast");
	});
});

$j(document).ready(function() {
	$j('#tabzine > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	
});

