﻿  .owl-nav
        {
            position: relative !important;
            top: -80px !important;
        }
        .owl-prev
        {
            position: relative !important;
            float: left;
            background-image: url('../images/arrow-left.png') !important;
            background-repeat: no-repeat !important;
            background-size: 20px 100% !important;
            text-indent: 0% !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            left: -20px !important;
color:Transparent;
        }
        .owl-next
        {
            position: relative !important;
            float: right;
            background-image: url('../images/arrow-right.png') !important;
            background-repeat: no-repeat !important;
            background-size: 20px 100% !important;
            text-indent: 0% !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            left: 20px !important;
color:Transparent;

        }