/*
	Overidding multimap css for the following reasons:
	1. Removing pan widgets and wrapper to display the zoom slider only.
	2. Restricting Local information widget overflow outside the tab area.
*/
.MMPanZoomWidget .MMwrapper .MMpan  {
       width: 0px;
       height: 40px;
   }

.MMPanZoomWidget .MMpan {
	visibility:hidden;
}

.MMPanZoomWidget .MMpan .MMNorth a, .MMPanZoomWidget .MMpan .MMSouth a, .MMPanZoomWidget .MMpan .MMEast a, .MMPanZoomWidget .MMpan .MMWest a, .MMPanZoomWidget .MMpan .MMreset a {
       width:0px;
       height:0px;
   }

.MMPanZoomWidget .MMwrapper {
       background-position: -100px -100px;
       width: 0px; 
	margin-bottom: 7px;
   }
   
   .MMLocalInfoWidget .MMstatus .MMzoominout {
       text-align: center;
       background: #fff;
       font-size:  1.0em;
       padding-top: 5px;
   }

.MMLocalInfoWidget .MMinner .MMlistcontainer {
       position: relative;
       height: 47px;
       width: 100%;
       overflow: auto;
       opacity: 1.0;
       background: none; 
   }

