All’s as it should be as far as I can tell.
Here’s an example code segment, which shows that the img src isn’t active:
<div id="switcher">
<div class="item active">
<a href="#" class="product"><img src="" alt='Lamp Room Grey' width='109px' height='109px' /></a>
</div> <!-- .item -->
<div class="item">
<a href="#" class="product"><img src="" alt='White Room' width='109px' height='109px' /></a>
</div> <!-- .item -->
<div class="item last">
<a href="#" class="product"><img src="" alt='Country' width='109px' height='109px' /></a>
</div> <!-- .item -->
</div>