﻿.owl-slide {
	
	border-bottom: 5px solid #E6212E;
}
.owl-room {
	margin: 15px 0px;
}
.owl-slide .item img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 9;
}
.owl-theme .owl-controls .owl-nav div {
	position: absolute;
	z-index: 99;
	padding: 5px 9px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5px;
	top: 45%;
}
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 5px;
	top: 45%;
}
.caption {
	font-size: 16pt;
	margin: 0px;
	padding: 10px;
	color: #fff;
	background: rgb(000,000,000);
	background: rgba(000,000,000, .6);
	z-index: 99;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#lightbox {
	z-index: 9999;
}
