Ah I see what you mean. The logo is inside the slides, so it will rotate with the slides. You need to move the logo outside of the slides div, so that it looks something like this:
<div class="meteor-slides navnone " id="meteor-slideshow" style="height: 200px; width: 1000px;">
<div class="slides { }" style="height: 200px; overflow: hidden; position: relative; width: 1000px;">
<div class="slide" id="slide-1" style="width: 1000px; position: absolute; top: -200px; left: 0px; display: none; z-index: 2; opacity: 1; height: 200px;"><img width="1000" height="200" title="hearing_01" alt="hearing_01" class="attachment-featured-slide wp-post-image" src="https://smittyhead.com/itra/wp-content/uploads/2011/01/hearing_011.jpg"></div><!-- .slide -->
</div><!-- .slides -->
<p>'</p>
</div>
You can hide the text of that logo by using text indent in the CSS with a huge value:
text-indent: 9999px;