jQuery(document).ready(function(){

	/**
	 * Fix png transparency in IE 6 and below
	 * Requires jquery.pngFix.js
	 */
	jQuery(function(){jQuery(document).pngFix();});
	
});
