window.onload = function()
{	
	if(document.getElementById('gallery_thumbs') != undefined)
	{
		$("#gallery_thumbs").jCarouselLite({
			btnNext: ".next",
			btnPrev: ".prev",
			visible: 5,
			circular: false
		});
	}

	if(document.getElementById('gallery_box') != undefined)
	{
		so_init();
	}
}


