// JavaScript Document

$(document).ready(function() {

//$(function() {
// initialize scrollable and return the programming API


var api = $("#scrollCategories").scrollable({
	items: '#categories',
	size: 1,
	clickable: false
 
// use the navigator plugin
}).navigator({api: true});


 
// execute your scripts when the DOM is ready. this is a good habit

 
	// initialize scrollable
	
	// $('#relatedCategory').jcarousel();
	 /*$('#relatedCategory1').jcarousel();
	  $('#relatedCategory2').jcarousel();
	  $('#relatedCategory3').jcarousel();
	  $('#relatedCategory4').jcarousel();
	  $('#relatedCategory5').jcarousel();
	  $('#relatedCategory6').jcarousel();
	  $('#relatedCategory7').jcarousel();*/
	    $('#playlistInner').jcarousel();

});