//jQuery(document).ready(function(){
jQuery(window).load(function() {
	jQuery(function() {
		jQuery('.scrolledwide').jScrollPane({showArrows:true,scrollbarWidth:9,dragMaxHeight:351});
		jQuery('.scrolled').jScrollPane({showArrows:true,scrollbarWidth:9,dragMaxHeight:251});
		jQuery('.scrolledSmaller').jScrollPane({showArrows:true,scrollbarWidth:9,dragMaxHeight:251});
		
		});
		
});
