// JavaScript Document
//want $ to work with other libs

//Home slider functions

$(document).ready(function() {

// initialize scrollable together with the autoscroll plugin
//var root = $("#scroller").scrollable({circular: true}).navigator({ autoplay: true });
//var root = $("#scroller").scrollable({circular: true}).autoscroll({ autoplay: true });

var root = $("#scroller").scrollable({circular: true}).autoscroll(6000);

// provide scrollable API for the action buttons
window.api = root.data("scrollable");

$("img[rel]").overlay();

	
});



	$(document).ready(function(){	
		$( "#accordion" ).accordion({ autoHeight: false });
		
	});
		
		<!-- {active: activeElement,  autoHeight: false, collapsible: true } -->
	
