$(document).ready(function(){

    $('#displayer').flash(
        { 
			wmode : "transparent",
			src: 'slideshow_as1.swf',
          width: 375,
          height: 800 },
        { version: 8 }
    );
	$('img').pngFix( );
});