/* Using the Stockholm Syndrome colorbox theme as a base */

#colorbox {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cboxCurrent {
  bottom: -33px;
}

#cboxPrevious,
#cboxNext {
  opacity: .8;
  transition: opacity .2s ease-in-out;
}

#cboxPrevious {
  bottom: -28px;
}

#cboxNext {
  bottom: -28px;
}

#cboxTitle {
  height: 43px;
}

#cboxSlideshow {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color:rgba(0,0,0,0.5);
  padding: 5px 10px;
  font-size: 12px;
}

.cboxSlideshow_off #cboxSlideshow {
  color: #a3cf61;
  transition: all .2s ease-in-out;
}

