Since the actual contents of your Step Carousel is dynamically generated, there's nothing we as outsiders can do to fix the issue- it has to be done inside the PHP script that's generating the output. FYI the relevant HTML snippet on your page is the following:
Code:
<div id="board_carusel">
<div class="belt">
<div class="board_item">
<!-- board_item -->
<p><img src="http://sortedsolutionsllc.com/sayit/wp-content/uploads/2009/11/Image7.jpg" alt="To S from V (goodbye to a longtime friend)" /><strong><a href="http://sortedsolutionsllc.com/sayit/2009/11/to-s-from-v-goodbye-to-a-longtime-friend/">To S from V (goodbye to a longtime friend)</a></strong> We have been friends for 11 years now. Since the moment we became friends I felt like I have been chasing you down. I tried so hard to get you to include me. ...</p>
<p class="more"><a href="http://sortedsolutionsllc.com/sayit/2009/11/to-s-from-v-goodbye-to-a-longtime-friend/">Read more...</a></p>
<!-- /board_item -->
</div><div class="board_item">
<!-- board_item -->
<p><img src="http://sortedsolutionsllc.com/sayit/wp-content/uploads/2009/11/construction-150x150.jpg" alt="Under Construction" /><strong><a href="http://sortedsolutionsllc.com/sayit/2009/11/under-construction/">Under Construction</a></strong> Please ignore the mess, the site is still being worked on! Things will be coming together soon, bear with us!</p>
<p class="more"><a href="http://sortedsolutionsllc.com/sayit/2009/11/under-construction/">Read more...</a></p>
<!-- /board_item -->
</div><div class="board_item">
<!-- board_item -->
<p><img src="http://sortedsolutionsllc.com/sayit/wp-content/uploads/2009/11/note_notes_notepad_260973_l-150x150.jpg" alt="Get it Off Your Chest" /><strong><a href="http://sortedsolutionsllc.com/sayit/2009/11/have-something-on-your-mind/">Get it Off Your Chest</a></strong> It has been a while since I have been to therapy, but one bit of advice given to me really stuck- "Write a letter that you don't plan on sending." Often,...</p>
<p class="more"><a href="http://sortedsolutionsllc.com/sayit/2009/11/have-something-on-your-mind/">Read more...</a></p>
<!-- /board_item -->
</div><div class="board_item">
<!-- board_item -->
<p><strong><a href="http://sortedsolutionsllc.com/sayit/2009/11/to-s-from-v-goodbye-to-a-longtime-friend/"></a></strong> </p>
<p class="more"><a href="http://sortedsolutionsllc.com/sayit/2009/11/to-s-from-v-goodbye-to-a-longtime-friend/">Read more...</a></p>
<!-- /board_item -->
</div> </div>
</div>
As you can see, the last panel's content is the "read more..." one. As far as why it's there, again, this is something that's done on your server end, with the problem being the plugin itself (which I'm not familiar with).
Bookmarks