$(document).ready(function() {
	
	$(document).pngFix();
	
	$("#Layer-28").animate({ 
        left: "-25px"
      }, 600 );
      		
});
