Thanks, that worked perfectly.
If I can ask another question... In the rokstories box, my first feature story, I am trying to replace the "system-readmore" with a button that pops up a rokbox window instead of jumping to the full story. I would like that button to be styled in the same way that the "read the full story" button in rokstories is formatted. I admit I am a bit lost in the CSS...I know it's something like:
<a class="readon" href="LINK HERE" title="TITLE HERE" rel="rokbox[854 505](rokbox)"><span>BUTTON TEXT HERE</span></a>
And I know I should just create a class that matches the system-readmore for it but my knowledge of CSS is still pretty minimal so I am having trouble locating that in the CSS files for the template... I cannot seem to remove that "read the full story" button even when I remove the <hr> tag from the article itself. Any assistance would be appreciated.