$(document).ready(function(){$('#rightside a').lightBox();$('#rightside div').hover(function(){$('#'+$(this).attr('id')+' img').fadeTo('fast',0);},function(){$('#'+$(this).attr('id')+' img').fadeTo('fast',1);});}); 
