@CHARSET "UTF-8";

.tx-imagecycle-pi1-pager {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 804px;
  height: 16px;
  z-index: 50;
  # background-color: orange;
  # opacity: 0.4;
}

.tx-imagecycle-pi1-pager a {
  border: none;
  font-size: 0px;
  display: inline-block;
  background-color: transparent;
  width: 8px; height: 8px;
  background-image: url("../img/bulletBlueWhite.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0;
}

.tx-imagecycle-pi1-pager a.activeSlide {
  background-color: transparent;
  background-image: url("../img/bulletBlue.png");
  background-repeat: no-repeat;

}

.contentFrameGallery .tx-imagecycle-pi1-images .imagecycle-caption {
	padding: 0;
}
.contentFrameGallery .tx-imagecycle-pi1-images .imagecycle-caption div {
	padding: 5px 0 5px 5px;
}