// JavaScript Document

// png fix
jQuery(document).ready(function(){ 
	jQuery(document).pngFix(); 
});
// end png fix