// when the DOM is ready...
$(document).ready(function () {
	
	$.ifixpng('images/pixel.gif');
	$('.galleries h3, .model-promo a').ifixpng();
	

});
