/*
  Coin Slider jQuery plugin CSS styles
  http://workshop.rs/projects/coin-slider
*/

.coin-slider { 
  zoom: 1;
  position: relative;
}

@media screen and (max-width: 959px) {
  x:-o-prefocus, .coin-slider {
    margin-bottom: -53px !important;
  }
  .coin-slider {
    zoom: .8 !important;
    -moz-transform:  scale(0.8,0.8);
    -moz-transform-origin: left top;
    -o-transform: scale(0.8,0.8);
    -o-transform-origin: left top;
    position: relative;
  }
}

@-moz-document url-prefix() {
  @media screen and (max-width: 959px) {
    .coin-slider {
        margin-bottom: -53px !important;
    }
  }
}

@media screen and (max-width: 767px) {
  x:-o-prefocus, .coin-slider {
    margin-bottom: -147px !important;
  }
  .coin-slider {
    zoom: .573 !important;
    -moz-transform:  scale(0.438,0.438);
    -moz-transform-origin: left top 0px;
    -o-transform: scale(0.438,0.438);
    -o-transform-origin: left top;
    position: relative;
  }
  .widgetLastElements .widgetLastElementsPicture { overflow: hidden; }
  .solu-right .news .coin-slider{
    zoom: 1.2!important;
    margin:0 15px 0px 0px;
    overflow:hidden; 
  }
  .solu-left .news .coin-slider{
    zoom: .5!important;
    margin:0 10px 0px 0px;
   }
  .solu-right .widgetLastElementsPicture { margin-left: 1px!important; }
}

@-moz-document url-prefix() {
  @media screen and (max-width: 767px) {
    .coin-slider {
        margin-bottom: -147px !important;
    }
   }
}

@media screen and (max-width: 479px) {
 .news .coin-slider {
    zoom: .42!important;
    position: relative;
  }
  .solu-right .news .coin-slider{
    zoom: 1.2!important;
    margin:0 15px 10px 15px;
    overflow:hidden; 
  }
  .solu-right .widgetLastElementsPicture { margin-left: 27px!important; }
  .solu-left .news .coin-slider{
    zoom: .5!important;
    margin:0 10px 0px 55px;
   }
  .widgetLastElements .widgetLastElementsPicture { overflow: hidden; }
  #headerInner .coin-slider{ display:none; }
}

.coin-slider a { 
  text-decoration: none;
  outline: none;
  border: none;
}

.cs-buttons {
  font-size: 0px;
  padding: 10px;
  float: left;
}

.cs-buttons a { 
  margin-left: 5px;
  height: 10px; 
  width: 10px; 
  float: left; 
  border: 1px solid #B8C4CF; 
  color: #000000; 
  text-indent: -1000px;
}

.cs-active { 
  background-color: #B8C4CF;
  color: #FFFFFF; 
}

.cs-title { 
  padding: 5px 10px; 
  margin-left: 13px;
  color: #515151;
  font-size:0.9em!important;
}

.emBehaviorCoinSliderPanelDisable span {
  display: none;
}

.cs-prev, 
.cs-next { 
  background-color: #000000; 
  color: #FFFFFF; 
  padding: 0px 10px; 
}

