.imagr img {
  margin-bottom: 10px;
}

.imagr-container {
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 17px;
  position: relative;
  width: 412px;
}

.imagr-container .imagr {
  cursor: pointer;
  width: 9999px;
}

.imagr-container .imagr img {
  margin-bottom: 0;
}

.imagr-container.white .imagr {
  background: #FFFFFF none repeat scroll 0 0;
  padding: 10px 0;
}

.imagr-container .imagr .clear {
  clear: both;
}

.imagr-container p {
  margin: 0;
}

.imagr-container img {
  float: left;
  padding: 0 10px;
}

.imagr-container .dots {
  bottom: 0;
  height: 10px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 412px;
}

.imagr-container .dots .dot {
  background: transparent url(images/imagr-dot.png) no-repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 0 2px;
  width: 7px;
}

.imagr-container .dots .selected {
  background-image:url(images/imagr-dot-selected.png);
}