// PNG Fix
$.noConflict();
jQuery(document).ready(function($) {
 $(document).pngFix( );
});