
function adjust(){
	$('#topnav li a:first').css("padding-left", "0px");
	$('#topnav li a:last').eq(0).css("padding-right", "0px");
	$('#Round_Rings1 h2').eq(0).css("margin-top", "0");	
}



function loadGalleryContent(fromWhere, intoWhere){
	
	$(intoWhere).load(fromWhere);
	
}
