
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    color: #454545;
    border:1px solid #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;	
    margin: 1px;
    padding: 5px 7px 5px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #e4e4e4 none repeat scroll 0 0;
    color: #000;
    border:1px solid #000000;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0;
}


.owl-nav{
	position: absolute;
	top:-51px;
	right: 16px;
}

.owl-carousel3 .owl-nav{
    position: absolute;
    top:9px;
    right: 4px;
    z-index: 544546;
}

.owl-carousel4 .owl-nav {
  position: absolute;
top: -32px;
  right: 14px;
  z-index: 544546;
}