Are you bored of not having titles in the related and member videos ? are you bored of waiting to see the alt title? well im..
here a little trick to see the full titles

DEMO (mouse over related videos and member videos thumbs):
http://www.para-tube.com/videos/313/video-of-paranormal-activityDEMO (mouse over the thumbs):
http://www.para-tube.com
STEP 1:add this to your main.css file
#tt {position:absolute; display:block; background:url(images/js/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/js/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/js/tt_bottom.gif) top right no-repeat; overflow:hidden}STEP 2:add this to main_1.htm
<script type="text/javascript" language="javascript" src="[var.base_url]/javascripts/script.js"></script>STEP 3:3.1 Download the attached file
3.2 Make a folder "js" in your root/images/ folder and put the attached images in it
3.3 Put script.js in the /javascripts/ folder
STEP 4:4.1 Open inner_play.htm in the templates folder
4.2 Replace
<img src="uploads/thumbs/[blk2.video_id;block=div].jpg" title="<!--[blk2.title;block=div;comm]-->" width="80" height="60" border="0" alt="Preview" style="border:2px solid #DDDDDD;" onmouseover="this.style.border='2px solid #0099FF'" onmouseout="this.style.border='2px solid #DDDDDD'" /></a>With
<img onmouseover="tooltip.show('<strong><!--[blk2.title;block=div;comm]--></strong>');" onmouseout="tooltip.hide();" src="uploads/thumbs/[blk2.video_id;block=div].jpg" width="80" height="60" border="0" alt="Preview" style="border:2px solid #DDDDDD;" onmouseover="this.style.border='2px solid #0099FF'" onmouseout="this.style.border='2px solid #DDDDDD'" /></a>4.3 Replace
<img src="uploads/thumbs/[blk1.video_id;block=div].jpg" title="<!--[blk1.title;block=div;comm]-->" width="80" height="60" border="0" alt="Preview" style="border:2px solid #DDDDDD;" onmouseover="this.style.border='2px solid #0099FF'" onmouseout="this.style.border='2px solid #DDDDDD'" /></a>With
<img onmouseover="tooltip.show('<strong><!--[blk1.title;block=div;comm]--></strong>');" onmouseout="tooltip.hide();" src="uploads/thumbs/[blk1.video_id;block=div].jpg" width="80" height="60" border="0" alt="Preview" style="border:2px solid #DDDDDD;" onmouseover="this.style.border='2px solid #0099FF'" onmouseout="this.style.border='2px solid #DDDDDD'" /></a>STEP 5 (Optional) : To add this Mod to the other files just add the script in the img tag of the thumbernail and replace "TITLE VAR" with the title variable
onmouseover="tooltip.show('<strong>TITLE VAR</strong>');" onmouseout="tooltip.hide();"END