.owl-theme .owl-nav {
	text-align:center;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #dddddd;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #f54828;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
}
.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-next {
    background: rgba(0, 0, 0, 0) url("../images/arrows2.png") repeat scroll 40px 0;
    height: 40px;
    width: 40px;
	 right: -60px;
    position: absolute;
    top: 46px;
}
.owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/arrows2.png") repeat scroll 0 0;
    height: 40px;
    left: -60px;
    position: absolute;
    top: 46px;
    width: 40px;
}
.owl-next, .owl-prev {
    transition: all 100ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
}
.owl-next:hover {
    background: rgba(0, 0, 0, 0) url("../images/arrows2.png") repeat scroll 40px -40px;
}
.owl-prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/arrows2.png") repeat scroll 0 -40px;
}