/****IE 6 PNG FIXES*****/
$(document).ready(function() {
	//aerie brand tabs
	$('#tabbedNav li a').ifixpng();
	//homepage slivers
	$('#aeriehp_left_sliver').ifixpng();
	$('#aeriehp_right_sliver').ifixpng();
	//trendshop slivers
	$('#trendshop_left_sliver').ifixpng();
	$('#trendshop_right_sliver').ifixpng();
	//aerie top right freeshipping banner
	$('#aerie_fs_banner').ifixpng();
	//aerie bottom content shadow
	$('div.default_pageBottom').ifixpng();
	//Footer Logo Sprite
	$('#centerLogos ul').ifixpng();
	//Footer Legal Logos
	$('#veryBotLogos').ifixpng();
});