
$(document).ready
(
	
	function()
	{
		
		$('.body_normal')
			.jScrollPane(
				{
					
					showArrows:true, 
					scrollbarWidth: 5,
					arrowSize:6,
					scrollbarOnLeft:true,
					reinitialiseOnImageLoad: true
				}
			);
	$('.team_detail_profile')
			.jScrollPane(
				{
					
					showArrows:true, 
					scrollbarWidth: 5,
					arrowSize:6,
					scrollbarOnLeft:false,
					reinitialiseOnImageLoad: true
				}
			);
		
		
	}
	
	
);

