var j = jQuery.noConflict();
j(document).ready(function () {
  j('#slideshow').innerfade({
    timeout: 2000,
    type: 'sequence',
    containerheight: '352px'
  });
  j('body').pngFix();
});

