if(!scrSpeed) {
	var scrSpeed = 2000;
}
if(!scrDelay) {
	var scrDelay = 5000;
}

J(document).ready(function() {
	// SIDE BAR SCROLLER CASES :: [TESTIMONIAL]


	J(".sb-vr-scroll-js1 .scrollable")

		.scrollable({

			size: 1,

			vertical: true,

			items:'.item-box1',

			loop: true,

			speed: scrSpeed,

			easing: 'swing',

			clickable: false,

			keyboard: false

			})

		.autoscroll({

			autoplay: true,

			autopause: true,

			interval: scrDelay,

			})

		.circular();
});
