$(document).ready(function() {			
	
	// Carousel
	$('.scroll').jcarousel({
	scroll: 1});
	
	// Custom Scrollbar
	$('.scroll-pane').jScrollPane({
	scrollbarWidth: 17,
	showArrows: true,
	dragMinHeight: 52,
	dragMaxHeight: 52
	});
	
});