Have you tried to modify the file “header.php”?
Look for these lines and modify the image files paths to your file names.
<div class="slider">
<div id="tabs_news">
<div id="news-5">
<div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_1.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
</div>
<div id="news-4" class="tabs-hide">
<div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_2.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
</div>
<div id="news-3" class="tabs-hide">
<div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_3.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
</div>
<div id="news-2" class="tabs-hide">
<div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_4.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
</div>
<div id="news-1" class="tabs-hide">
<div><a href="#"><img src="<?php bloginfo('template_directory'); ?>/images/slider_img_5.jpg" alt="icon" width="940" height="400" border="0" /></a></div>
</div>
<ul class="tabs">
<li><a href="#news-5"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
<li><a href="#news-4"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
<li><a href="#news-3"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
<li><a href="#news-2"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
<li><a href="#news-1"><img src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" alt="picture" width="21" height="22" border="0" /></a></li>
</ul>
</div>
</div>
Only modify the images called “/images/slider_img_4.jpg”
Hope that helps!
It’s past midnight and I have to be at a meeting at 8 am. I will install this theme tomorrow and see if I can figure it out. Let me know if the above solution works or not.