#loopedSlider {
  clear: both;
  margin-bottom: 10px;
}
#loopedContainer {
  width: 240px;
  height: 250px;
  overflow: hidden;
  position: relative;
}
#loopedSlides {
  position: absolute;
  top: 0;
  left: 0;
}
#loopedSlides div {
  position: absolute;
  top: 0;
  width: 230px;
  display: none;
  padding: 5px;
  margin: 0;
}
.loopedPagination {
  width: 240px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 10px;
}
.loopedPagination li {
  margin-left: 2px;
  float: left;
}
.loopedPagination li a {
  font: 11px "Trebuchet MS";
  color: #555;
  text-align: center;
  width: 14px;
  height: 14px;
  display: block;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
}
.loopedPagination li.active a {
  font-weight: bold;
  background-color: #eee;
  color: #000;
}

#loopedSlides h2 {
  font: bold 15px "Trebuchet MS";
  color: #000;
  border: 0;
}

