#limepark-feature {
  position: relative;
  display: none;
  border-top: 1px solid #124270;
  max-width: 100%;
  overflow: hidden;
}

#navigation {
  position: absolute;
  bottom: 50px;
  left: 10px;
  z-index: 99;
}

#navigation a {
  width: 8px;
  margin-left: 10px;
  height: 10px;
  display: block;
  float: left;
  background: url(/webdav/images/system/quoteFeature/nav.png) no-repeat;
  text-indent: -9000px;
}

#navigation .activeSlide {
  background-position: 0 -20px;
}

#limepark-feature .navigation {
  cursor: pointer;
  position: absolute;
  z-index: 99;
}

#prev {
  left: 10px;
  top: 45%;
}

#next {
  right: 10px;
  top: 45%;
}

#mask {
  position: absolute;
  bottom: 0;
  z-index: 99;
}

#slider {
  max-width: 100%;
}

#slider .slide .content {
  position: absolute;
  top: 20px;
  left: 0;
  max-width: 100%;
}

#slider .slide .content .quote {
  background: #124270;
  width: 380px;
  padding: 10px;
  max-width: 100%;
}

#slider .slide .content .quote.red {
  background: #b3171f;
}

#slider .slide .content .quote.green {
  background: #a6ce05;
}

#slider .slide .content .quote.purple {
  background: #b294c5;
}

#slider .slide .content .quote.orange {
  background: #e2752b;
}

#slider .slide .content .quote h1, #slider .slide .content .quote h2, .slide .content .quote a {
  color: #fff;
  font-size: 18px;
  font-family: verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

#slider .slide .content .person {
  width: 380px;
  max-width: 100%;
  font-size: 12px;
  font-family: verdana, sans-serif;
  color: #124270;
  margin: 10px 0 0 10px;
}
