#property-image-carousel .owl-nav button.owl-next {
    background: url(/themes/barrio_custom/owl-carousel-with-lightbox/next.png) right 48% no-repeat;
    height: 50px;
    width: 100px;
    position: absolute;
    z-index: 99;
    opacity: .5;
	bottom: 225px;
    right: 0;
	color:transparent;
	cursor:pointer;
}
#property-image-carousel .owl-nav button.owl-prev  {
    background: url(/themes/barrio_custom/owl-carousel-with-lightbox/prev.png) left 48% no-repeat;
    height: 50px;
    width: 100px;
    position: absolute;
    z-index: 99;
    opacity: .5;
	bottom: 225px;
    left: 0;
	color:transparent;
	cursor:pointer;
}
#property-image-carousel  .owl-nav{
	position: absolute;
    width: 100%;
	height:0;
}
#property-image-carousel  .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

#property-image-carousel  .owl-theme .owl-nav {
margin:0;
}
.owl-carousel .owl-item img {
    height: 500px;
    object-fit: cover;
}
@media (max-width: 1024px) {
.owl-carousel .owl-item img {
    height: 500px;
}
#property-image-carousel .owl-nav button.owl-prev, #property-image-carousel .owl-nav button.owl-next {
	bottom: 125px;
}
}
@media (max-width: 768px) {
.owl-carousel .owl-item img {
    height: 300px;
}
}



.lb-nav a.lb-prev {
    background: url(/themes/barrio_custom/owl-carousel-with-lightbox/prev.png) left 48% no-repeat;
}
.lb-nav a.lb-next{
background: url(/themes/barrio_custom/owl-carousel-with-lightbox/next.png) right 48% no-repeat;
}

.lightboxOverlay {
    overflow: hidden;
    max-width: 100%;
}
#property-image-carousel  .owl-dots{
	display:none;
}

