.views-slideshow-pager-field-item {
  display: inline-block;
  width: 100px;
  color: white;
  opacity: 0.6;
  padding: 5px;
}
.views-slideshow-pager-field-item.active {
  opacity: 1;
  border-radius: 0.5em;
  background-color: #333333;
}
.biby-slideshow .widget_pager .views-field-field-headline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}
.biby-slideshow .widget_pager .views-field-field-slide-media {
}
.biby-slideshow .views-slideshow-controls-bottom {
  width: 460px;
  background-color: black;
  height: 150px;
}
#widget_pager_bottom_slideshow-default {
  clear: both;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
#vscc_controls_slideshow-default {
  display: block;
  clear: right;
}
