jQuery.noConflict(); 
jQuery(document).ready(function(){
	var h =  jQuery(".content").height(); 
	if ( h > 682 ) {
		 jQuery(".scroll_pane").css("height", "682px");
	}
	jQuery('#pane').jScrollPane({showArrows:true}); 
});

