$(document).ready(function(){ 
	$("#menu").superfish({
		animation: {height:'show'},
		speed:         'fast'								  
		});
	$('.sf-menu li:first').addClass('first');
	
	//$('.imagecell a').lightBox();	
	
	//$('#pane1').jScrollPane({wheelSpeed:50, scrollbarOnLeft:true});
    }); 