      .ol-popup {
        display: none;
        position: absolute;
        background-color: white;
		box-shadow: 0 1px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
	  
	  
	  
#mapControls {
	position: absolute;
	top: 0.5em; right: 0.5em;
	width: 220px;
	/*height: 140px;*/
	/*background: #3a6c9c;
	opacity:.70;
    filter: alpha(opacity=70);*/
	background: rgba(58,108,156,0.7);
	z-index: 999;
	padding: 5px;
	border-radius: 4px;
	color: #333;
}

#mapControls a { background: #ff8f0f; color: #fff !important; padding: 6px; border-radius: 6px; display: block; font-weight: bold;
	margin-top: 4px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8f0f', endColorstr='#BD6A04'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8f0f), to(#BD6A04)); /* for webkit browsers */
	background: -webkit-linear-gradient(top, #ff8f0f, #BD6A04); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:     -ms-linear-gradient(top, #ff8f0f, #BD6A04); /* IE10 */
	background:      -o-linear-gradient(top, #ff8f0f, #BD6A04); /* Opera 11.10+ */
	background:    -moz-linear-gradient(top, #ff8f0f, #BD6A04);
	/*text-shadow: 1px 1px #333;
	box-shadow: 0px 0px 3px #666;*/
	text-transform: uppercase;
}

#mapControls a:hover { text-decoration: none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD6A04', endColorstr='#ff8f0f'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#BD6A04), to(#ff8f0f)); /* for webkit browsers */
	background: -webkit-linear-gradient(top, #BD6A04, #ff8f0f); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:     -ms-linear-gradient(top, #BD6A04, #ff8f0f); /* IE10 */
	background:      -o-linear-gradient(top, #BD6A04, #ff8f0f); /* Opera 11.10+ */
	background:    -moz-linear-gradient(top, #BD6A04, #ff8f0f);
	/*text-shadow: 1px 1px #333;
	box-shadow: 0px 0px 0px #666;*/
}

#mapControls img { vertical-align: -6px; height: 24px; }

#mapTitle  {
	position: absolute;
	top: 10px; left: 50px;
	width: 240px;
	/*height: 40px;*/
	overflow: auto;
	background: #3a6c9c;
	opacity:.70;
    filter: alpha(opacity=70);
	z-index: 999;
	padding: 5px;
	border-radius: 4px;
}

#mapNetworks {
	position: absolute;
	bottom: 0.5em; left: 0.5em;
	background: rgba(58,108,156,0.7);
	z-index: 999;
	padding: 5px;
	border-radius: 4px;
}

#mapNetworks a { display: block; float: left; margin-left: 5px; }
#mapNetworks a:first-child { margin-left: 0px; }

#mapNetworks a img { /*border: 2px solid #fff;*/ border-radius: 4px; width: 64px; display: block; opacity:.50; filter: alpha(opacity=50); }
#mapNetworks a:hover img { /*border: 2px solid #3a6c9c;*/ opacity:1; filter: alpha(opacity=100); }