/* These are the graphics and number of location on map used for the tour 
1--ShrineChapel.jpg 	    
2--Shrine.jpg
3--SmallOutdoorShrine.jpg
4--BronzeCrucifix.jpg
5--Crucifixion.jpg
6--Fatima.jpg
7--StFrancis.jpg
8--StAnthony.jpg
9--Friary.jpg
10--StFranWelcome.jpg		
position:absolute; width:200px; height:115px; z-index:1; left: 124px; top: 100px;
*/	
	
		#ShrineChapel1{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 271px;
			height: 126px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#Shrine2{ 
			position: absolute; 
			left: 40px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 230px;
			height: 225px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#SmallOutdoorShrine3{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 151px;
			height: 100px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#BronzeCrucifix4{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 84px;
			height: 113px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#Crucifixion5{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10;
			visibility: hidden; 
			width: 88px;
			height: 150px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#Fatima6{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 81px;
			height: 113px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#StFrancis7{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 84px;
			height: 179px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#StAnthony8{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 84px;
			height: 179px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#Friary9{ 
			position: absolute; 
			left: 40px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 278px;
			height: 162px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#StFranWelcome10{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 116px;
			height: 180px;
			background-color: white;
			border-width: 3px;
			border-color: #999999;
			border-style: double;
			padding: 20px;
		}
		#spacer{ 
			position: absolute; 
			left: 180px; 
			top: 160px; 
			z-index: 10; 
			visibility: hidden; 
			width: 5px;
			height:5px;
			background-color: transparent;
		}