$(function() {
	if( $.browser.msie && getIEVersion() < 7 )
	  $( "#slideshow img.northWest, #slideshow img.northEast, #slideshow img.southWest, #slideshow img.southEast" ).each( function() {
	    this.src = this.src.replace( /.png$/, ".gif" );
    } );
});
