
$(document).ready
(
	
	function()
	{
		
		$('.scroll_container')
			.jScrollPane(
				{
					showArrows:false,
					arrowSize:5,
					scrollbarMargin:3,
					scrollbarWidth: 12,
					dragMaxHeight:30
					
				}
			);
			/*$('.full_width')
			.jScrollPane(
				{
					
					showArrows:true, 
					scrollbarWidth: 5,
					arrowSize:6,
					scrollbarOnLeft:true,
					reinitialiseOnImageLoad: true
				}
			);*/
	
	}
	
	
);

