.owl-carousel{
	position: relative;
}

.owl-carousel .owl-item img{
	    max-width: 100%;
    margin: 0 auto;
    width: auto;
}
.owl-carousel .owl-stage{
	margin-top: 15px;
}

.owl-prev_edit, .owl-next_edit {
   /* display: inline-block;
    width: 26px;
    height: 26px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 17px;
    bottom: 0;
	*/	
	
	display: inline-block;
    width: 26px;
    height: 26px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    /* position: absolute; */
    top: 25px;
    bottom: 0;
    margin-top: 16px;
    margin-bottom: -25px;
	
	
}
.owl-prev_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a8b2' viewBox='0 0 1792 1792'%3E%3Cpath d='M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
  left: 0;

}
.owl-next_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a8b2' viewBox='0 0 1792 1792'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E");
 right: 0;


}

