function startHomeGallery() {
	myLightbox.start(document.getElementById('gallery-rizz-first'));
}

function showPanorama() {
	myLightbox.start(document.getElementById('pano-link'));
	window.setTimeout("hideHover()", 2000);
}

function hideHover() {
	$('hoverNav').remove();
}

