.non-responsive.bf-slideshow {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.non-responsive.bf-slideshow img {
	display: none;
    width: 100%;
}

.non-responsive.bf-slideshow img.first {
	display: block;
}

.non-responsive.bf-slideshow.single img {
	display: inline !important;
}

.non-responsive.bf-slideshow a {
	display: block;
}

.non-responsive.bf-slideshow span.bf-slideshow-caption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000000;
	z-index: 30;
	opacity:.70;
	filter:alpha(opacity=70);
	width: 100%;
}

.non-responsive.bf-slideshow span.bf-slideshow-caption > span {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	opacity:1;
	filter:alpha(opacity=100);
}
