.white .sa_owl_theme .owl-nav .owl-prev, .white .sa_owl_theme .owl-nav .owl-next {
    background-color: rgba(255,255,255,.9)!important;
    color: #222!important;
    height: 40px!important;
    width: 40px!important;
	opacity: 0!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.white .sa_owl_theme .owl-nav .owl-prev {
	left: 25px!important;
	background-image: url(../img/prev.png)!important;
}
.white .sa_owl_theme .owl-nav .owl-next {
	right: 25px!important;
	background-image: url(../img/next.png)!important;
}
.white .sa_owl_theme:hover .owl-nav .owl-prev, .white .sa_owl_theme:focus .owl-nav .owl-prev {
	opacity: 1!important;
	left: 40px!important;
}
.white .sa_owl_theme:hover .owl-nav .owl-next, .white .sa_owl_theme:focus .owl-nav .owl-next {
	opacity: 1!important;
	right: 40px!important;
}
.white .sa_owl_theme .owl-nav .owl-prev:hover, .white .sa_owl_theme .owl-nav .owl-next:hover,
.white .sa_owl_theme .owl-nav .owl-prev:focus, .white .sa_owl_theme .owl-nav .owl-next:focus {
    background-color: rgba(255,255,255,.9)!important;
}