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