//
// psd2css.js
//
//   This is where all the javascript required by your design is written.

$(document).ready(function(){

  // This is required for the PNG fix to work.
  if( $.fn.pngfix != null )
    $("img[@src$=png]").pngfix();

});
