/**
 * desoslide - Take control of your slideshow with this powerful jQuery plugin
 * @version 2.1.0
 * @link https://github.com/sylouuu/desoslide
 * @license MIT
 */
.desoslide-wrapper {
  position: relative;
  text-align: center;
}
.desoslide-controls-wrapper {
  position: relative;
  /*float: right;*/
  width:100%;
  text-align:center;
  height: 36px;
  line-height: 41px;
  bottom: 8px;
  z-index: 100;
  opacity: 1;
  padding-right:8px;
}
.desoslide-controls-wrapper a:hover {
  opacity: 0.7;
}
.desoslide-overlay {
  height: 20px;
  position: absolute;
  z-index: 10;
  text-align: left;
  color: white;
  font-weight: bold;
  background-color:#1E1E1E;
  padding-top: 8px;
  padding-bottom: 8px;
  opacity: 0;
}
.desoslide-overlay > a {
  position: relative;
  top: -1px;
  color: white;
}
.desoslide-overlay .desoslide-caption-title {
  display: inline-block;
  position: relative;
  top: -1px;
  max-width: 90%;
  max-height: 24px;
  font-size: 14px;
  overflow: hidden;
}
.desoslide-controls {
  display: inline-block;
  background: url('../img/desoslide_controls.png') no-repeat 0 0;
}
.desoslide-controls.prev {
  width: 20px;
  height: 20px;
  background-position: 0 -50px;
  margin-right:22px;
}
.desoslide-controls.pause {
  width: 20px;
  height: 20px;
  background-position: 0 -14px;
}
.desoslide-controls.play {
  width: 20px;
  height: 18px;
  background-position: 0 -34px;
}
.desoslide-controls.next {
  width: 20px;
  height: 20px;
  background-position: 0 4px;
  margin-left:22px;
}
