| Language manager, the file General, or search for the variable: featuredhome_image_link its value is 
 
	| 
	Code: HTML
	 <IMG onmouseover="showtrail('<!--PreviewImage-->','',<!--W-->,<!--H-->)" style="CURSOR: hand" onmouseout=hidetrail() alt="" src="<!--Image-->" border=0>
 
 
 |  
   just delete the onmouxxx and make it like this only: 
 
	| 
	Code: HTML
	 <IMG style="CURSOR: hand" alt="" src="<!--Image-->" border=0>
 
 
 |  
 |