$(document).ready(function() {
	//$('#right').css({'height': '508px'});
	$('.navbutton').click(function(e){ e.stopPropagation(); });
});