// JavaScript Document
$(document).ready(function() {
	
	$('.cartmenu_content-scroll').jScrollPane
		({
		 	showArrows:true,
			scrollbarWidth:15
		 });

	
	$('.scrollbar').jScrollPane
		({
		 	showArrows:true,
			scrollbarWidth:15,
			scrollbarMargin:15
		 });
		
});	

