$(document).ready(function(){
	$(".glidecontent").hover(function() {
		$(this).children(".glidemeta").show();
	}, function() {
		$(this).children(".glidemeta").hide();
	});
});

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


