	#mapZoomIN{
		cursor:pointer;
		width:17px;
		height:17px;
		margin-top:10px;
		margin-left:12px;
		float:left;
		background-image:url('../../App_Images/Maps/mapIconZoomIN.gif');
	}

	#mapZoomLegend{
		width:54px;
		height:20px;
		margin-top:11px;
		margin-left:2px;
		float:left;
		background-image:url('../../App_Images/Maps/mapIconZoomLegend.gif');
		background-position: 0px 0px;
	}
	
	#mapZoomOUT{
		cursor:pointer;
		width:17px;
		height:17px;
		margin-top:10px;
		margin-left:3px;
		float:left;
		background-image:url('../../App_Images/Maps/mapIconZoomOUT.gif');
	}
	
	/*2009-05-06	SS		Added styles for min map*/
	 #mapHideBigMap{
		cursor:pointer;
		width:109px;
		height:17px;
		margin-top:10px;
		/*margin-right:47px;*/
		float:right;
		background:url('../../App_Images/Maps/mapIconExpand.gif') no-repeat left center ;
	}
	
	#mapHide{
		width:117px;
		height:20px;
		margin-top:4px;
		float:right;
		cursor:pointer;
	}

	#mapMaximize{
		overflow:hidden;
	}
