/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
    bottom: 66px;
    left: -346px;
    padding-left: 9px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: 50%; left: 0;
  margin-top: -14px;
  width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  width: 14px; height: 28px;
  display: inline-block;
  cursor: pointer;
  background: url('../images/arrs.png') no-repeat -10px -10px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  float: left;
  background-position: -10px -10px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  float: right;
  background-position: -60px -10px;
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background-position: -10px -52px;
}
.owl-theme .owl-controls .owl-nav .owl-next:hover {
  background-position: -60px -52px;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	background: url("../../images/sl-pag.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-radius: 15px;
    display: inline-block;
    height: 6px;
    margin: 2px;
    overflow: hidden;
    padding: 7px;
    text-indent: -1000%;
    vertical-align: middle;
    width: 6px;
}
.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #ffd201;
}
 
