		$(document).ready(function(){	
			// initialize scrollable
			$(".scrollContainer").scrollable({
				circular: true, // to make the slider an infinite loop
				speed: 1000 // controls the scrolling animation speed				
			}).autoscroll({	
				autoplay: true,
				interval: 4000 // controls the interval between scrolling
			}).navigator();				
		});
