#map_crop {
  width: 100%;
  overflow: hidden;
}

#map_wrapper {
  height: 550px;
  background-color: white;
  -moz-box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
}

#themap {
  border: solid #fff;
  border-width: 5px 0;
  height: 540px;
}

/* Balloon */

.bubble_content {
  overflow: hidden;
  font: 100%/1.125em Arial, Helvetica, sans-serif;
}

.bubble_content .title {
  font-size: 16px;
  font-weight: normal;
  color: #705C42;
  margin: 0;
}

.bubble_content img.thumb {
  float: right;
  margin: 0 0 5px 5px;
  border:1px solid #CCC;
}

.bubble_content .description {
  margin: 10px 0;
}

.bubble_content .fixed {
    width:350px;
    _width:250px;
}

.bubble_content .author {
  font-style: italic;
}

.bubble_content .date {
  color: #666;
}

/* Controls above the map */

div.controls {
    position:absolute;
    left:75px;
    top:90px;
    height:42px;
    width:450px;
    z-index: 1000;
}

div.controls .left {
    float:left;
    height:42px;
    width:22px;
    background:url(../images/checks_bg_left.png);
}

div.controls .middle {
    float:left;
    padding-top:10px;
    height:42px;
    2margin:0 23px 0 22px;
    background:url(../images/checks_bg_middle.png) repeat-x;
    font-size:0.814em;
}

div.controls .right {
    float:left;
    height:42px;
    width:23px;
    background:url(../images/checks_bg_right.png);
}

#youtube_player {
    width:480px;
    height:407px;
}

#youtube_player a {
    font: 9pt/1.125em Arial, Helvetica, sans-serif;
    color: #185a6b;
}
