/**
 * desoslide - Take control of your slideshow with this powerful jQuery plugin
 * @version 2.2.0
 * @link https://github.com/sylouuu/desoslide
 * @license MIT
 */
.desoslide-wrapper {
  position: relative;
  text-align: center;
}
.desoslide-controls-wrapper {
    position: relative;
    float: right;
    height: 36px;
    line-height: 41px;
    bottom: 17px;
    right: 7px;
    z-index: 100;
    opacity: 1;
}
.desoslide-controls-wrapper a:hover {
  /*opacity: 0.7;*/
}
.desoslide-overlay {
  height: 36px;
  position: absolute;
  z-index: 10;
  text-align: left;
  color: white;
  font-weight: bold;

  padding: 8px;
  opacity: 1!important;
}
.desoslide-wrapper .pause{
  display: none!important;
}
.desoslide-wrapper .play{
  display: none!important;
}
.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/front/desoslide_controls.png) no-repeat 0 0;
}
/*.desoslide-controls.prev {
  width: 16px;
  height: 16px;
  background-position: 0 -54px;
    background: url('../img/arrowr.png') no-repeat;
}*/
.desoslide-controls.prev {
    width: 30px;
    height: 30px;
    background: url(../img/front/arrowr.png) no-repeat center #fff;
    margin-right: 1px;
}
.desoslide-controls.pause {
  width: 16px;
  height: 16px;
  background-position: 0 -18px;
  /*display: none;*/
}
.desoslide-controls.play {
  width: 16px;
  height: 16px;
  background-position: 0 -36px;
  /*display: none;*/
}
.desoslide-controls.next {
    width: 30px;
    height: 30px;
    background: url(../img/front/arrowl.png) no-repeat center #fff;
}
.container{
    padding: 0 !important;
}
.row-slide{
    padding: 0 15px;
    float: left;
    display: block;
    width: 74%;
    margin-bottom: 20px;
}
#slideshow3{
  float: left;
  width: 61%!important;
  padding-left: 0;
  padding-right: 0;
}
.img_slider{
    width: 39%!important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;

}
