$(document).ready(function(){ 
	$("ul.sf-horizontal").superfish({
		animation: {opacity:'show',height:'show'},
		speed:         'fast'
		});
	
	$('.imagecell a').lightBox();	
	
    }); 