/* Callback example */

.callbacks_container {
  position: relative;
  float: left;
  }
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks_nav {
  position: absolute;
  bottom: 2%;
  left: 95%;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 17px;
  width: 9px;
  background:url(../../img/frontend/images/themes.png)  no-repeat left top;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 2%;
  }
.temp-slider .callbacks_nav.next , .temp-slider .callbacks_nav {
	display:none;
}

 @media only screen and (min-width: 800px) and (max-width: 1199px) {
	 .callbacks_nav { left:94%;}
 }
 
  @media only screen and (max-width: 799px) {
	 .callbacks_nav { left:93%;} 
  }
  
   @media only screen and (max-width:479px) {
	   .callbacks_nav { left:91%;} 
   }
