If you are talking about the images along the right column that have a rollover effect on the title when you mouseover the pic - its very simple.
The image and the title are within the same anchor tag. Just set up a a:hover property for your text hyperlinks, and as long as the title and image are in the same a href tag, the title will change colour when the image is mouseover'd.
The alignment is as such:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
<a href=<font color = red>"blahblah"</font>>
<img src=<font color = red>"yourimage"</font> align=<font color = red>"right"</font>>
Title Title</a><br>
Text text text text text text
</font>[/code]