/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
    bottom: 69px;
    /*padding-left: 9px;*/
    position: absolute;
    text-align: center;
    z-index: 3;
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 28px;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: 50%; left: 0;
  margin-top: -14px;
  width: 100%;
}
.hits-block .slidesjs-next, .hits-block .slidesjs-previous{
	top: 209px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  width: 14px; height: 28px;
  display: inline-block;
  cursor: pointer;
}
.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/pg.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;
    opacity: 0.6;
}
.owl-theme .owl-dots .owl-dot span:hover{
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #ffd201;
}
 
