.bss-slides {
    position: relative;
    display: block;
    line-height: 0;
}
.bss-slides figure {
    position: absolute;
    top: 0;
    width: 100%;
}
.bss-slides figure:first-child {
    position: relative;
}
.bss-slides figure img {
	opacity: 0;
    -webkit-transition: opacity 1.2s;
	-ms-transition: opacity 1.2s;
	-moz-transition: opacity 1.2s;
    transition: opacity 1.2s;
}
.bss-slides .bss-show {
    z-index: 2;
}
.bss-slides .bss-show img {
    opacity: 1;
    position: relative;
}
.bss-slides figcaption {
    position: absolute;
    font-family:  Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 117px;
	line-height: 129px;
	text-transform: uppercase;
	font-weight: bold;
    bottom:89px;
    left: 70px;
    color: #f36f21;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
	-moz-transition: opacity 1.2s; 
	-ms-transition: opacity 1.2s;
    transition: opacity 1.2s;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
.bss-slides figcaption span.lineOne{
	font-size: 74px !important;
	line-height:40px;
	font-weight: normal !important;
	margin-left: 7px;
	color:#ffffff;
}
.leadDealPrice{
	display: none;
	margin-bottom: -65px;
	position: absolute;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin-left: 15px;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px;
}
.bss-slides .bss-show figcaption {
    z-index: 3;
    opacity: 1;
}
.bss-slides figcaption a {
    color: #fff;
}
.bss-next, .bss-prev {
    color: #B9B7B7;
    position: absolute;
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    top: 50%;
    z-index: 4;
    font-size: 3em;
    margin-top: -1.2em;
    opacity: 0.6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-weight: bold;
}
.bss-next:hover, .bss-prev:hover {
    cursor: pointer;
    opacity: 1;
}
.bss-next {
    right: -1px;
    padding: 25px 10px 30px 15px;
}
.bss-prev {
    left: 0;
    padding: 25px 15px 30px 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.bss-next {
		padding: 35px 10px 30px 15px;
	}
	.bss-prev {
		padding: 35px 15px 30px 10px;
	}
}
