div.su-carousel-slide a.su-carousel-item-link {position: relative;display: block;}
div.su-carousel-slide a.su-carousel-item-link:before {content: '';position: absolute;height: 100%;width: 100%;left: 0;opacity: 0;-webkit-transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;right: 0;background: rgba(0,0,0,0.4);z-index: 1;}
div.su-carousel-slide a.su-carousel-item-link:after {font-family: FontAwesome;content: "\f067";position: absolute;bottom: 45%;left: 50%;margin-bottom: -15px;margin-left: -15px;background: rgba(255, 255, 255, 0.3);padding: 12px 15px;line-height: normal;display: inline-block;color: #FFF;opacity: 0;border-radius: 3px;z-index: 11;-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
div.su-carousel-slide span.su-carousel-slide-title { position: absolute;left: 0;right: 0;padding: 8px 13px;background: #444;color: #fff; bottom: 0;z-index: 1;}
.su-carousel-title-hover div.su-carousel-slide span.su-carousel-slide-title {bottom: -36px; opacity: 0;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;color: #fff;}
.su-carousel-title-hover div.su-carousel-slide:hover span.su-carousel-slide-title {opacity: 1;bottom: 0;}
div.su-carousel-slide:hover a.su-carousel-item-link:before {opacity: 1;}
div.su-carousel-slide:hover a.su-carousel-item-link:after {opacity: 1;bottom: 50%;}

.su-carousel-slides .owl-nav {
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
	opacity: 0.5;
}
.su-carousel-slides .owl-nav:hover {
	opacity: 1;
}

/* L/R arrows */
.su-carousel-slides.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-family: FontAwesome;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0 0 0 5px;
	background: rgba(200,200,200,0.6);
}

.su-carousel.arrow-bottom-right .owl-nav {
	bottom: 15px;
	right: 15px;	
	top: auto;
	left: auto;
}

.su-carousel.arrow-top-left .owl-nav {
	bottom: auto;
	right: auto;	
	top: 15px;
	left: 15px;
}


.su-carousel.arrow-top-right .owl-nav {
	bottom: auto;
	left: auto;
	right: 15px;	
	top: 15px;
}

.su-carousel.arrow-bottom-left .owl-nav {
	bottom: 15px;
	right: auto;	
	top: auto;
	left: 15px;
}


.su-carousel-slides.owl-theme .owl-controls .owl-nav [class*='owl-']:hover  {
	background: rgba(100,100,100,0.5);
}
.su-carousel-slides .owl-prev { right: 33px; }
.su-carousel-slides .owl-next { right: 0; }
.su-carousel-slides .owl-prev:before { content: "\f053"; }
.su-carousel-slides .owl-next:before { content: "\f054"; }