.address-carousel {
  padding-top: 1em;
  position: relative;
  border-top: 0.091em solid #ccc;
}

.panorama-carousel {
  overflow: hidden;
  margin: 0 1.818em;
  border-bottom: 0.909em solid #f2f2f2;
}

.carousel .clip {
  overflow: hidden;
  position: relative;
  margin-left: 2em;
}

.carousel ul.carousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.carousel li.carousel-item {
  float: left;
  position: relative;
}

.carousel-left,
.carousel-right {
  display: none;
  z-index: 3;
  position: absolute;
  top: 0;
}

.carousel-left {
  left: 0.818em;
}

.carousel-right {
  right: 0.818em;
}

.carousel-showall {
  margin-top: 0.546em;
  color: #666;
  background: transparent url('../gfx/borders/dot.grey.gif') 0 0.727em repeat-x;
  text-align: center;
}

.carousel-showall a {
  padding: 0 0.273em;
  color: #666;
  background: #ccc;
  border: 0.182em solid #ccc;
}

.address-carousel a {
  position: absolute;
}