$(document).ready(function(){
	/*$("a").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'imageScale': false, 'centerOnScroll': false });*/
	
	$("ul#portfolio").innerfade({
		speed: 1400,
		timeout: 7000,
		type: "random_start",
		containerheight: "253px"
	});
	
	/*$(".pushBox.rowOne").equalHeights();
	$(".pushBox.rowTwo").equalHeights();*/
	
	$("a").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'imageScale': false, 'centerOnScroll': false });
	
	$.ifixpng('http://www.supernative.com/new/img/pixel.gif');
	$('img[@src$=.png]').ifixpng(); 
});
