 .owl-carousel {
		width:550px; height: auto; margin: 0 auto;
    }

    .owl-carousel .owl-item, .owl-carousel .item {
         width:550px; height:515px;
    }

    .owl-carousel .owl-item img {
		 width:550px;
		 max-height:410px;
    }

    .owl-thumb-item img {
        width: 100px;
        height: auto;
    }

    .owl-thumbs {
        position: absolute;
           top: 420px;
        left: 0;
        display: table;
        width: 100%;
        text-align: center;
      
    }

    .owl-thumb-item {
        display: inline-block;
        border: none;
        background: none;
        padding: 0;
        opacity: .4;margin-right: 10px;
    }

    .owl-thumb-item.active {
        opacity: 1;
    }

    .label {
        position: absolute;
        top: 20px;
        right: 20px;
        background-color: #0a6cff;
        color: white;
        padding: 10px 20px;
        z-index: 5;
        text-align: center;
    }
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {position: absolute; top: 50%; margin-top: -15px; background-color: rgba(0,0,0,0.5);
    height: 30px;
    width: 30px; text-align: center;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;}
	.owl-carousel .owl-nav button.owl-prev {left: 10px;}
	.owl-carousel .owl-nav button.owl-next {right: 10px;}