.field-slideshow {
  width: auto!important;
  height: auto!important;
}
.field-slideshow-pager {
  position: absolute;
  z-index: 10;
  margin-top: -40px;
  text-align: center;
  width: 50%;
}

.field-slideshow-pager a {
  width: 11px;
height: 11px;
display: inline-block;
margin: 0 5px;
background: transparent;
cursor: pointer;
text-indent: -9999px;
border: 1px solid #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.field-slideshow-pager a.activeSlide {
  background: #fff;
}
