jQuery.noConflict();
jQuery(document).ready(function(){
	var foo = jQuery('.scroll-pane').jScrollPane({showArrows: true});

});
