$(document).ready(function() {	
	// Blog popular posts tabs
	$("#tab1 > ul").tabs();
	$("#tab2 > ul").tabs();
	$("#tabs").tabs();
	$("a[rel=gallery]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
		}
	});
});
