$(document).ready(function() {
						   
	// setup ul.tabs to work as tabs for each div directly under div.panes
	$("ul.tabs").tabs("div.panes > div.tabItems");
						   					   
	// Horizontal scroller					   
	$("#browsable").scrollable({easing: 'easeInOutCubic', speed: 700, circular: true, next: ".bNext", prev: ".bPrev"}).autoscroll(9000,{ autoplay: true }).navigator();	

	// Vertical scroller	THIS MAY BE PROBLEMATIC!!!
/* 	$("#podcastScroller").scrollable({ vertical: true, mousewheel: true });	 */

	// Lightbox?
	$("#headerNav a[rel]").overlay();

//	VideoJS.setupAllWhenReady();
	$('input[placeholder],textarea[placeholder]').placeholder();

});
