	.mapLocations {
		position:absolute;
		right:0px;
		top:0px;
		background-image:url(../images/street_00.png);
		transition: 0.5s;
	}
	
	.mapLocations.street01 {
		background-image:url(../images/street_01.png);
	}
	.mapLocations.street02 {
		background-image:url(../images/street_02.png);
	}
	.mapLocations.street03 {
		background-image:url(../images/street_03.png);
	}
	.mapLocations.street04 {
		background-image:url(../images/street_04.png);
	}
	.mapLocations.street05 {
		background-image:url(../images/street_05.png);
	}
	.mapLocations.street06 {
		background-image:url(../images/street_06.png);
	}
	.mapLocations.street07 {
		background-image:url(../images/street_07.png);
	}
	.mapLocations.street08 {
		background-image:url(../images/street_08.png);
	}
	.mapLocations.street09 {
		background-image:url(../images/street_09.png);
	}
	.mapLocations.street10 {
		background-image:url(../images/street_10.png);
	}
	.mapLocations.street11 {
		background-image:url(../images/street_11.png);
	}


	
	



	.bus {
		position:absolute;
		background-image:url(../images/BusGif_A.gif); 
		visibility:hidden;
	}
	
	
	.mapLocation.current .bus {
		visibility:visible;
		
	}
	
	.mapLocation .locContent {
		height:0em;	
		overflow:hidden;
		position:absolute;
		left:2em;
		top:-6.7em;
		width:0em;
		transition:all 0.5s ease-out;
	}
	
	.mapLocation .locContent.alignLeft {
		position:absolute;
		left:-12.5em;
	}
	
	.mapLocation.active .locContent {
		width:19em;
		height:8.8em;
	}
	
	.mapLocation .locContent .locName {
		display:block;
		letter-spacing:0.1em;			
		font-family: 'camptonlight', Arial, Helvetica;
		color:#f4e017;
		font-size:0.8em;
		width:13em;
		margin-bottom:0.3em;
		background-color:#f0697e;
	}
    .mapLocation .locContent .locImage, .mobileTourDates .locImage  {
		display:block;
		margin-bottom:0.3em;
	}
	
	.mapLocation .locContent .locImageHover, .mobileTourDates .locImageHover  {
		display:block;
		transition:all 0.5s ease-out;
		background-image:url("../images/Indie_Bild_transparent.png");
	}
	
	.mapLocation .locContent .locImageHover:hover, .mobileTourDates .locImageHover:hover {
			background-image:url("../images/Indie_Bild_Hover.png");
	}
	
    .mapLocation .locContent .locLocation {
		display:inline-block;
		letter-spacing:0.2em;			
		font-family: 'camptonbold', Arial, Helvetica;
		color:#ffffff;
		text-transform:uppercase;
		font-size:1.3em;
		border: 1px solid white;
		padding:0.1em 0.05em 0em 0.2em;
		float:left;
		margin-right:0.2em;
		background-color:#f0697e;
	}
    	
	
	.mapLocation .locContent .locFilm {
		display:inline-block;
		background-image:url(../images/Doku.png);
		position:relative;
		top:-0.5em;
	}
	.mapLocation .locContent .locFilmHover {
		display:block;
		background-image:url(../images/Indie_Bild_transparent.png);
		transition:all 0.5s ease-out;
	}
	
	.mapLocation .locContent .locFilmHover:hover {
		background-image:url(../images/Doku_Hover.png);
	}
    
	.mapLocation .locContent .locGame {
		display:inline-block;
		background-image:url(../images/Game.png);
		position:relative;
		top:-0.5em;
		left:-0.25em;
		transition:all 0.5s ease-out;
	}
	.mapLocation .locContent .locGameHover {
		display:block;
		background-image:url(../images/Indie_Bild_transparent.png);
		transition:all 0.5s ease-out;
	}
	
	.mapLocation .locContent .locGameHover:hover {
		background-image:url(../images/Game_hover.png);
	}
	
	.mapLocation .locContent .locFilm.inactive {
		background-image:url(../images/Doku_Inactive.png);
	}
	
	.mapLocation .locContent .locGame.inactive {
		background-image:url(../images/Game_Inactive.png);
	}

	
	.mapLocation .point {
		transition:all 0.2s ease-out;
		cursor:pointer;	
		position:absolute;
	}
    		
	.mapLocation.clickInActive {
		z-index:100;	
	}
	.mapLocation.active {
		z-index:200;	
	}
	

/***********	1	**************/
	
	#mapLocation1 {
		position:absolute;
	}
	#mapLocation1.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation1.current .point, #mapLocation1.current.clickInActive .point {
		background-image:url(../images/01_Current.png); 
	}

	#mapLocation1.clickInActive .point {
		background-image:url(../images/01_Click_InActive.png); 
	}
	
	#mapLocation1 .point, #mapLocation1.active .point, #mapLocation1.active .point:hover {
		background-image:url(../images/01_Map.png); 
	}
	
	#mapLocation1 .point:hover,#mapLocation1.current .point:hover,	#mapLocation1.clickInActive .point:hover   {
		background:url(../images/01_Hover.png); 
	}
	
	
	
/***********	2	**************/

	#mapLocation2 {
		position:absolute;
	}
	
	#mapLocation2.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation2.current .point, #mapLocation2.current.clickInActive .point {
		background-image:url(../images/02_Current.png); 
	}

	#mapLocation2.clickInActive .point {
		background-image:url(../images/02_Click_InActive.png); 
	}
	
	#mapLocation2 .point, #mapLocation2.active .point, #mapLocation2.active .point:hover {
		background-image:url(../images/02_Map.png); 
	}
	
	#mapLocation2 .point:hover,#mapLocation2.current .point:hover,	#mapLocation2.clickInActive .point:hover   {
		background:url(../images/02_Hover.png); 
	}
	
/***********	3	**************/

	#mapLocation3 {
		position:absolute;
	}
	
	#mapLocation3.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation3.current .point, #mapLocation3.current.clickInActive .point {
		background-image:url(../images/03_Current.png); 
	}


	#mapLocation3.clickInActive .point {
		background-image:url(../images/03_Click_InActive.png); 
	}
	
	#mapLocation3 .point, #mapLocation3.active .point, #mapLocation3.active .point:hover {
		background-image:url(../images/03_Map.png); 
	}
	
	#mapLocation3 .point:hover,#mapLocation3.current .point:hover,	#mapLocation3.clickInActive .point:hover   {
		background:url(../images/03_Hover.png); 
	}

	
/***********	4	**************/

	#mapLocation4 {
		position:absolute;
	}
	
	#mapLocation4.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation4.current .point, #mapLocation4.current.clickInActive .point {
		background-image:url(../images/04_Current.png); 
	}


	#mapLocation4.clickInActive .point {
		background-image:url(../images/04_Click_InActive.png); 
	}
	
	#mapLocation4 .point, #mapLocation4.active .point, #mapLocation4.active .point:hover {
		background-image:url(../images/04_Map.png); 
	}
	
	#mapLocation4 .point:hover,#mapLocation4.current .point:hover,	#mapLocation4.clickInActive .point:hover   {
		background:url(../images/04_Hover.png); 
	}



	
/***********	5	**************/

	#mapLocation5 {
		position:absolute;
	}
	
	#mapLocation5.active .locContent {
		width:27em;	
		left:-20.7em;
	}
	
	#mapLocation5.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation5.current .point, #mapLocation5.current.clickInActive .point {
		background-image:url(../images/05_Current.png); 
	}


	#mapLocation5.clickInActive .point {
		background-image:url(../images/05_Click_InActive.png); 
	}
	
	#mapLocation5 .point, #mapLocation5.active .point, #mapLocation5.active .point:hover {
		background-image:url(../images/05_Map.png); 
	}
	
	#mapLocation5 .point:hover,#mapLocation5.current .point:hover,	#mapLocation5.clickInActive .point:hover   {
		background:url(../images/05_Hover.png); 
	}

	
/***********	6	**************/

	#mapLocation6 {
		position:absolute;
	}
	
	#mapLocation6.active .locContent {
		left:-14em;
	}
	
	#mapLocation6.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation6.current .point, #mapLocation6.current.clickInActive .point {
		background-image:url(../images/06_Current.png); 
	}


	#mapLocation6.clickInActive .point {
		background-image:url(../images/06_Click_InActive.png); 
	}
	
	#mapLocation6 .point, #mapLocation6.active .point, #mapLocation6.active .point:hover {
		background-image:url(../images/06_Map.png); 
	}
	
	#mapLocation6 .point:hover,#mapLocation6.current .point:hover,	#mapLocation6.clickInActive .point:hover   {
		background:url(../images/06_Hover.png); 
	}



/***********	7	**************/

	#mapLocation7 {
		position:absolute;
	}
		
	#mapLocation7.active .locContent {
		width:20em;
		left:-19.5em;
	}
	
	#mapLocation7.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation7.current .point, #mapLocation7.current.clickInActive .point {
		background-image:url(../images/07_Current.png); 
	}


	#mapLocation7.clickInActive .point {
		background-image:url(../images/07_Click_InActive.png); 
	}
	
	#mapLocation7 .point, #mapLocation7.active .point, #mapLocation7.active .point:hover {
		background-image:url(../images/07_Map.png); 
	}
	
	#mapLocation7 .point:hover,#mapLocation7.current .point:hover,	#mapLocation7.clickInActive .point:hover   {
		background:url(../images/07_Hover.png); 
	}



/***********	8	**************/

	#mapLocation8 {
		position:absolute;
	}
		
	
	#mapLocation8.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation8.current .point, #mapLocation8.current.clickInActive .point {
		background-image:url(../images/08_Current.png); 
	}


	#mapLocation8.clickInActive .point {
		background-image:url(../images/08_Click_InActive.png); 
	}
	
	#mapLocation8 .point, #mapLocation8.active .point, #mapLocation8.active .point:hover {
		background-image:url(../images/08_Map.png); 
	}
	
	#mapLocation8 .point:hover,#mapLocation8.current .point:hover,	#mapLocation8.clickInActive .point:hover   {
		background:url(../images/08_Hover.png); 
	}




/***********	9	**************/

	#mapLocation9 {
		position:absolute;
	}
		
	
	#mapLocation9.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation9.current .point, #mapLocation9.current.clickInActive .point {
		background-image:url(../images/09_Current.png); 
	}


	#mapLocation9.clickInActive .point {
		background-image:url(../images/09_Click_InActive.png); 
	}
	
	#mapLocation9 .point, #mapLocation9.active .point, #mapLocation9.active .point:hover {
		background-image:url(../images/09_Map.png); 
	}
	
	#mapLocation9 .point:hover,#mapLocation9.current .point:hover,	#mapLocation9.clickInActive .point:hover   {
		background:url(../images/09_Hover.png); 
	}





/***********	10	**************/

	#mapLocation10 {
		position:absolute;
	}
		
	
	#mapLocation10.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation10.current .point, #mapLocation10.current.clickInActive .point {
		background-image:url(../images/10_Current.png); 
	}


	#mapLocation10.clickInActive .point {
		background-image:url(../images/10_Click_InActive.png); 
	}
	
	#mapLocation10 .point, #mapLocation10.active .point, #mapLocation10.active .point:hover {
		background-image:url(../images/10_Map.png); 
	}
	
	#mapLocation10 .point:hover,#mapLocation10.current .point:hover,	#mapLocation10.clickInActive .point:hover   {
		background:url(../images/10_Hover.png); 
	}
	


/***********	11	**************/

	#mapLocation11 {
		position:absolute;
	}
		
	
	#mapLocation11.mapLocation .locContent .locImage {
		background-image:url(../images/Indie_Bild_01_Name.png);
	}
	
	#mapLocation11.current .point, #mapLocation11.current.clickInActive .point {
		background-image:url(../images/11_Current.png); 
	}


	#mapLocation11.clickInActive .point {
		background-image:url(../images/11_Click_InActive.png); 
	}
	
	#mapLocation11 .point, #mapLocation11.active .point, #mapLocation11.active .point:hover {
		background-image:url(../images/11_Map.png); 
	}
	
	#mapLocation11 .point:hover,#mapLocation11.current .point:hover,	#mapLocation11.clickInActive .point:hover   {
		background:url(../images/11_Hover.png); 
	}

	@media screen and (min-width: 0px) and (max-width: 767px) {
		
		.mapLocations {
			background-size: 467px 300px;
			width: 467px;
			height: 300px;
		}
		
		.bus {/*
			background-size: 19px 15px;
			width:19px;
			height:15px;
			left:5px;
			top:-13px;*/
			background-size: 80px 50px;
			width:80px;
			height:50px;
			left: -32px;
    		top: -48px;
		}
		
		.mapLocation .locContent .locImage, .mapLocation .locContent .locImageHover {
			background-size:33px 32px;
			width: 33px;
			height: 32px;
		}
	
		.mapLocation .locContent .locFilm, .mapLocation .locContent .locFilmHover, .mapLocation .locContent .locGame, .mapLocation .locContent .locGameHover  {
			background-size:27px 19.5px;
			width: 27px;
			height: 19.5px;
		}
		
		.mapLocation .locContent {
			top:-5.1em;
		}
				
		#mapLocation1 .point, #mapLocation1.active .point, #mapLocation1.active .point:hover,
		#mapLocation2 .point, #mapLocation2.active .point, #mapLocation2.active .point:hover,
		#mapLocation3 .point, #mapLocation3.active .point, #mapLocation3.active .point:hover,
		#mapLocation4 .point, #mapLocation4.active .point, #mapLocation4.active .point:hover,
		#mapLocation5 .point, #mapLocation5.active .point, #mapLocation5.active .point:hover,
		#mapLocation6 .point, #mapLocation6.active .point, #mapLocation6.active .point:hover,
		#mapLocation7 .point, #mapLocation7.active .point, #mapLocation7.active .point:hover,
		#mapLocation8 .point, #mapLocation8.active .point, #mapLocation8.active .point:hover,
		#mapLocation9 .point, #mapLocation9.active .point, #mapLocation9.active .point:hover,
		#mapLocation10 .point, #mapLocation10.active .point, #mapLocation10.active .point:hover,
		#mapLocation11 .point, #mapLocation11.active .point, #mapLocation11.active .point:hover
		 {
			background-size: 14.25px 14.25px;
			width:14.25px;
			height:14.25px;
			top:0px;
			left:0px;
		}
		
		#mapLocation1 .point:hover,#mapLocation1.current .point:hover,	#mapLocation1.clickInActive .point:hover,
		#mapLocation2 .point:hover,#mapLocation2.current .point:hover,	#mapLocation2.clickInActive .point:hover,
		#mapLocation3 .point:hover,#mapLocation3.current .point:hover,	#mapLocation3.clickInActive .point:hover,
		#mapLocation4 .point:hover,#mapLocation4.current .point:hover,	#mapLocation4.clickInActive .point:hover,
		#mapLocation5 .point:hover,#mapLocation5.current .point:hover,	#mapLocation5.clickInActive .point:hover,
		#mapLocation6 .point:hover,#mapLocation6.current .point:hover,	#mapLocation6.clickInActive .point:hover,
		#mapLocation7 .point:hover,#mapLocation7.current .point:hover,	#mapLocation7.clickInActive .point:hover,
		#mapLocation8 .point:hover,#mapLocation8.current .point:hover,	#mapLocation8.clickInActive .point:hover,
		#mapLocation9 .point:hover,#mapLocation9.current .point:hover,	#mapLocation9.clickInActive .point:hover,
		#mapLocation10 .point:hover,#mapLocation10.current .point:hover, #mapLocation10.clickInActive .point:hover,
		#mapLocation11 .point:hover,#mapLocation11.current .point:hover, #mapLocation11.clickInActive .point:hover
		   {
			background-size: 34.5px 36px;
			width:34.5px;
			height:36px;
			top:-9.3px;
			left:-9.3px;
		}	
		
		#mapLocation1 {
			top:234px;
			right:340px;
		}
		
		#mapLocation2 {
			top:260px;
			right:328px;
		}
		
		#mapLocation3 {
			top:223px;
			right:240px;
		}
	
		#mapLocation4 {
			right: 378px;
    		top: 335px;
		}
	
		#mapLocation5 {
			top:149px;
			right:232px;
		}
	
		#mapLocation6 {
			top:143px;
			right:283px;
		}
	
		#mapLocation7 {
			top:103px;
			right:289px;
		}
			
		#mapLocation8 {
			top:145px;
			right:355px;
		}
	
		#mapLocation9 {
			top:194px;
			right:389px;
		}
	
		#mapLocation10 {
			top:152px;
			right:425px;
		}
	
		#mapLocation11 {
			top:111px;
			right:420px;
		}


	
	}
	
	@media	screen and (min-width: 768px) and (max-width: 1100px) {
	
		.mapLocations {
			background-size: 623.5px 400.5px;
			width: 623.5px;
			height: 400.5px;
		}
	
		.bus {
			/*background-size: 25.5px 20.5px;
			width:25.5px;
			height:20.5px;
			left:7px;
			top:-18px;*/
			background-size: 80px 50px;
			width:80px;
			height:50px;
			left: -32px;
    		top: -48px;
		}
		
		.mapLocation .locContent .locImage, .mapLocation .locContent .locImageHover {
			background-size:43.5px 43px;
			width: 43.5px;
			height: 43px;
		}
	
		.mapLocation .locContent .locFilm, .mapLocation .locContent .locFilmHover, .mapLocation .locContent .locGame, .mapLocation .locContent .locGameHover  {
			background-size:36px 26px;
			width: 36px;
			height: 26px;
		}
		
		.mapLocation .locContent {
			top:-5.3em;
		}
	
		#mapLocation1 .point, #mapLocation1.active .point, #mapLocation1.active .point:hover,
		#mapLocation2 .point, #mapLocation2.active .point, #mapLocation2.active .point:hover,
		#mapLocation3 .point, #mapLocation3.active .point, #mapLocation3.active .point:hover,
		#mapLocation4 .point, #mapLocation4.active .point, #mapLocation4.active .point:hover,
		#mapLocation5 .point, #mapLocation5.active .point, #mapLocation5.active .point:hover,
		#mapLocation6 .point, #mapLocation6.active .point, #mapLocation6.active .point:hover,
		#mapLocation7 .point, #mapLocation7.active .point, #mapLocation7.active .point:hover,
		#mapLocation8 .point, #mapLocation8.active .point, #mapLocation8.active .point:hover,
		#mapLocation9 .point, #mapLocation9.active .point, #mapLocation9.active .point:hover,
		#mapLocation10 .point, #mapLocation10.active .point, #mapLocation10.active .point:hover,
		#mapLocation11 .point, #mapLocation11.active .point, #mapLocation11.active .point:hover
		 {
			background-size: 19px 19px;
			width:19px;
			height:19px;
			top:0px;
			left:0px;
		}
		
		#mapLocation1 .point:hover,#mapLocation1.current .point:hover,	#mapLocation1.clickInActive .point:hover,
		#mapLocation2 .point:hover,#mapLocation2.current .point:hover,	#mapLocation2.clickInActive .point:hover,
		#mapLocation3 .point:hover,#mapLocation3.current .point:hover,	#mapLocation3.clickInActive .point:hover,
		#mapLocation4 .point:hover,#mapLocation4.current .point:hover,	#mapLocation4.clickInActive .point:hover,
		#mapLocation5 .point:hover,#mapLocation5.current .point:hover,	#mapLocation5.clickInActive .point:hover,
		#mapLocation6 .point:hover,#mapLocation6.current .point:hover,	#mapLocation6.clickInActive .point:hover,
		#mapLocation7 .point:hover,#mapLocation7.current .point:hover,	#mapLocation7.clickInActive .point:hover,
		#mapLocation8 .point:hover,#mapLocation8.current .point:hover,	#mapLocation8.clickInActive .point:hover,
		#mapLocation9 .point:hover,#mapLocation9.current .point:hover,	#mapLocation9.clickInActive .point:hover,
		#mapLocation10 .point:hover,#mapLocation10.current .point:hover, #mapLocation10.clickInActive .point:hover,
		#mapLocation11 .point:hover,#mapLocation11.current .point:hover, #mapLocation11.clickInActive .point:hover
		   {
			background-size: 46px 48px;
			width:46px;
			height:48px;
			top:-12.5px;
			left:-12.5px;
		}	

		#mapLocation1 {
			top:314px;
			right:453px;
		}
		
		#mapLocation2 {
			top:345px;
			right:441px;
		}
		
		#mapLocation3 {
			top:299px;
			right:320px;
		}
	
		#mapLocation4 {
			top:220px;
			right:250px;
		}
	
		#mapLocation5 {
			top:195px;
			right:311px;
		}
	
		#mapLocation6 {
			top:190px;
			right:375px;
		}
	
		#mapLocation7 {
			top:138px;
			right:387px;
		}
			
		#mapLocation8 {
			top:192px;
			right:475px;
		}
	
		#mapLocation9 {
			top:264px;
			right:519px;
		}
	
		#mapLocation10 {
			top:202px;
			right:567px;
		}
	
		#mapLocation11 {
			top:151px;
			right:560px;
		}

	
	}
	
	@media	screen and (min-width: 1101px) {
		
		.mapLocations {
			background-size: 935.25px 600.75px;
			width:935.25px;
			height:600.75px;
		}
				
		.bus {/*
			background-size: 38.25px 30.75px;
			width:38.25px;
			height:30.75px;
			left:9px;
			top:-26px;*/
			background-size: 80px 50px;
			width:80px;
			height:50px;
			left: -32px;
    		top: -48px;
		}
		
		.mapLocation .locContent .locImage, .mapLocation .locContent .locImageHover {
			background-size:87px 86.25px;
			width: 87px;
			height: 86.25px;
		}
		
		.mapLocation .locContent .locFilm, .mapLocation .locContent .locFilmHover, .mapLocation .locContent .locGame, .mapLocation .locContent .locGameHover {
			background-size:54px 39px;
			width: 54px;
			height: 39px;
		}
			
			#mapLocation1 .point, #mapLocation1.active .point, #mapLocation1.active .point:hover,
			#mapLocation2 .point, #mapLocation2.active .point, #mapLocation2.active .point:hover,
			#mapLocation3 .point, #mapLocation3.active .point, #mapLocation3.active .point:hover,
			#mapLocation4 .point, #mapLocation4.active .point, #mapLocation4.active .point:hover,
			#mapLocation5 .point, #mapLocation5.active .point, #mapLocation5.active .point:hover,
			#mapLocation6 .point, #mapLocation6.active .point, #mapLocation6.active .point:hover,
			#mapLocation7 .point, #mapLocation7.active .point, #mapLocation7.active .point:hover,
			#mapLocation8 .point, #mapLocation8.active .point, #mapLocation8.active .point:hover,
			#mapLocation9 .point, #mapLocation9.active .point, #mapLocation9.active .point:hover,
			#mapLocation10 .point, #mapLocation10.active .point, #mapLocation10.active .point:hover,
			#mapLocation11 .point, #mapLocation11.active .point, #mapLocation11.active .point:hover
			{
				background-size: 28.5px 28.5px;
				width:28.5px;
				height:28.5px;
				top:0px;
				left:0px;
			}
			
			#mapLocation1 .point:hover,#mapLocation1.current .point:hover,	#mapLocation1.clickInActive .point:hover,
			#mapLocation2 .point:hover,#mapLocation2.current .point:hover,	#mapLocation2.clickInActive .point:hover,
			#mapLocation3 .point:hover,#mapLocation3.current .point:hover,	#mapLocation3.clickInActive .point:hover,
			#mapLocation4 .point:hover,#mapLocation4.current .point:hover,	#mapLocation4.clickInActive .point:hover,
			#mapLocation5 .point:hover,#mapLocation5.current .point:hover,	#mapLocation5.clickInActive .point:hover,
			#mapLocation6 .point:hover,#mapLocation6.current .point:hover,	#mapLocation6.clickInActive .point:hover,
			#mapLocation7 .point:hover,#mapLocation7.current .point:hover,	#mapLocation7.clickInActive .point:hover,
			#mapLocation8 .point:hover,#mapLocation8.current .point:hover,	#mapLocation8.clickInActive .point:hover,
			#mapLocation9 .point:hover,#mapLocation9.current .point:hover,	#mapLocation9.clickInActive .point:hover,
			#mapLocation10 .point:hover,#mapLocation10.current .point:hover, #mapLocation10.clickInActive .point:hover,
			#mapLocation11 .point:hover,#mapLocation11.current .point:hover, #mapLocation11.clickInActive .point:hover
			{
				background-size: 69px 72px;
				width:69px;
				height:72px;
				top:-20px;
				left:-20px;
			}	

			#mapLocation1 {
				top:464px;
				right:673px;
			
			}

			#mapLocation2 {
				top:521px;
				right:657px;
			}
		
			#mapLocation3 {
				top:441px;
				right:482px;
			}
		
			#mapLocation4 {
				top:335px;
				right:378px;
			}
		
			#mapLocation5 {
				top:300px;
				right:471px;
			}
		
			#mapLocation6 {
				top:290px;
				right:562px;
			}
		
			#mapLocation7 {
				top:206px;
				right:577px;
			}
				
			#mapLocation8 {
				top:288px;
				right:707px;
			}
		
			#mapLocation9 {
				top:400px;
				right:777px;
			}
		
			#mapLocation10 {
				top:307px;
				right:847px;
			}
		
			#mapLocation11 {
				top:221px;
				right:840px;
			}
			
		
	
		
	}
