#rooms {
  margin: 20px 0;
  text-align: center;
}

a.room {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 240px;
  background: url('/images/frontend/venues/rooms-background.jpg') no-repeat;
  margin-right: 20px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
}

a.room.blue {
  background-position: -300px 0;
}

a.room.red {
  background-position: -600px 0;
  margin-right: 0;
}

div#content #rooms h2 {
  color: white;
  margin-top: 10px;  
  margin-bottom: 10px;
}

div#content #rooms p {
  color: white;
  margin: 10px 20px;
  font-weight: bold;
}


div#content #rooms img {
  z-index: 1000;
}

div.image-wrapper {
  position: absolute;
  bottom: 2px;
  left: 3px;
  display: block;
}

div.image-wrapper span.plus {
  position: absolute;
  display: block;
  top: 49px;
  left: 127px;
  z-index: 2000;
  width: 40px;
  height: 40px;
  float: left;
  background: url('/images/frontend/venues/pluses-sprite.png') no-repeat;
}

#rooms a.room:hover span.plus {
  background-position: -40px 0;
}

a.localize {
  margin-top: 20px;
  display: block;
  padding-left: 70px;
  padding-top: 18px;
  width: 228px;
  height: 37px;
  color: #701a54;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: url('/images/frontend/venues/map-button.png') no-repeat;
}
