jQuery(document).ready(function($) { 
	

	
			$('.scroll-pane').jScrollPane(
			{
				showArrows: true,
				verticalDragMinHeight: 40,
				verticalDragMaxHeight: 40

			}
			);
			
			$('.scroll-pane2').jScrollPane(
			{
				showArrows: true,
				verticalDragMinHeight: 40,
				verticalDragMaxHeight: 40

			}
			);
			
			$('.scroll-pane-single').jScrollPane(
			{
				showArrows: true,
				verticalDragMinHeight: 40,
				verticalDragMaxHeight: 40

			}
			);
			
			$('.scroll-pane-home').jScrollPane(
			{
				showArrows: true,
				verticalDragMinHeight: 40,
				verticalDragMaxHeight: 40

			}
			);
			
			$('.scroll-pane-reviews').jScrollPane(
			{
				showArrows: true,
				verticalDragMinHeight: 40,
				verticalDragMaxHeight: 40
			}
			);

			
			$('.scroll-pane-comments').jScrollPane(
			{
				showArrows: true,
				verticalDragMinHeight: 40,
				verticalDragMaxHeight: 40

			}
			);
		
			
			$('.scroll-pane-page').jScrollPane(
			{
				showArrows: true,
				verticalDragMinHeight: 40,
				verticalDragMaxHeight: 40

			}
			);


});
