// JavaScript Document
$(function() {
	// pngFix
	if (/MSIE (5\.5|6\.)/.test(navigator.userAgent)) {
		$(".iepngfix").pngFix();
	}
});
