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