.home10-carousel01 .item a img{
    width: 100%;
    height: 275px;
}
.home10-carousel01 .owl-buttons .owl-prev{
    width: 21%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 273px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    opacity: .5;
}
.home10-carousel01 .owl-buttons .owl-next{
    width: 21%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    height: 273px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    opacity: .5;
}
.home10-carousel01 .owl-buttons .owl-prev:hover,
.home10-carousel01 .owl-buttons .owl-next:hover{
    opacity: .9;
    background-color: transparent;
}
.home10-carousel01.carousel .owl-buttons .owl-prev:before, 
.home10-carousel01.carousel .owl-buttons .owl-next:before{
    border-bottom: 7px solid #FFF;
    width: 20px;
    height: 20px;
}
.home10-carousel01.carousel .owl-buttons .owl-prev:before{
    border-left: 7px solid #FFF;
}
.home10-carousel01.carousel .owl-buttons .owl-next:before{
    border-right: 7px solid #FFF;
}
.home10-carousel01 .owl-pagination{
    position: absolute;
    top: 228px;
    z-index: 1000;
}
.home10-carousel01.carousel .owl-page{
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
}
.home10-carousel01.carousel .owl-page.active{
    background-color: #fff;
}