div#map-container {
  width: 401px;
  position: relative;
  padding-bottom: 15px;
}
div#map-slider {
  position: relative;
  top: 0;
  left: 0;
  z-index: 8;
}
div#map-slider div.wrapper {
  width: 356px;
  height: 338px;
  background-color: #DEDE9A;
  -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url('/htc/border-radius.htc');
	font: 14px/18px Arial, sans-serif;
	color: #666;
}
div#map-controls-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer; 
}
div#map {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 10;
  width: 401px;
  height: 310px;
}

div#map-slider div.map-toggle-on,
div#map-slider div.wrapper div:hover { color: #B3B54F; }
div#map-slider div#map-find:hover { color: #666; }

div#map-slider div.wrapper div {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 6px 0 6px 75px;
  background-color: transparent;
  background-position: 45px 6px;
  background-repeat: no-repeat;
  z-index: 9;
}
div#map-slider div#map-find { padding: 15px 0 6px 45px; border-bottom: 0 none; }
div#map-slider div#map-hospitals { border-bottom: 0 none; }
div#map-schools       { background-image: url('/img/map-icon-schools.png'); }
div#map-colleges      { background-image: url('/img/map-icon-colleges.png'); }
div#map-parks         { background-image: url('/img/map-icon-parks.png'); }
div#map-golf          { background-image: url('/img/map-icon-golf.png'); }
div#map-shopping      { background-image: url('/img/map-icon-shopping.png'); }
div#map-restaurants   { background-image: url('/img/map-icon-restaurants.png'); }
div#map-entertainment { background-image: url('/img/map-icon-movies.png'); }
div#map-hospitals     { background-image: url('/img/map-icon-hospitals.png'); }

