$(function(){

	//FLIR Setup
	
/*	FLIR.init({ path: '/wp-content/themes/bigType/scripts/facelift-1.2/' });
	$('.post h2').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } ), FLIRStyle( { cFont:'dobra light', cColor:'db4117' } ) ); });
	$('#footer_info h3').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });
	$('.features_list h3').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });
	$('#services_content h3').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });
	$('#portfolio_content h3').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });
	$('.post h3').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });
	$('.comments-template h3').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });
	$('.post h4').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });
	$('.comments-template h3').each( function() { FLIR.replace(this, new FLIRStyle( { realFontHeight:true } )); });*/
		
	// FancyBox Setup
	$("#portfolio_content .fancybox").fancybox({
		'hideOnContentClick': true,
		'zoomSpeedIn':		0, 
		'zoomSpeedOut':	0, 
		'overlayShow':		false,
		'padding': 0,
		'imageScale': true
	});
});
