jQuery(function( $ ){
$.scrollTo.defaults.axis = 'xy'; 
$('.scroll').click(function(){
$.scrollTo( this.hash, 750);
return false;
});
});


//scrollpane//
$(function()
			{
				$('#pane2').jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16});

			});





