$(document).ready(function() {
	$(".carouselcontent").jCarouselLite({
		btnNext: ".carouselnext",
		btnPrev: ".carouselprev",
		start: 1,
		mouseWheel: true
	});
	
	tb_init('a.thickbox');//pass where to apply thickbox
	imgLoader = new Image();// preload image
	imgLoader.src = tb_pathToImage;
});

$(function() {
		$( ".navigation_content" ).accordion({
			header: "div.accordion",
			autoHeight: false,
			collapsible: true,
			active: nav_active
		});
	});
