
.slideshowContainer{
/*	background-color:orange;*/
	width: 100%; 
	max-width:1200px!important; 
	margin: 0 auto 0 auto; 
	height: auto;
    max-height: 500px;
	position: relative;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .slideshowContainer{
        margin: 68px auto 0 auto; 
    }
}





.fp-brand{
    display:none!important;
}
.cycle-slideshow { 
	width: 100%; 
	max-width:1200px!important; 
	margin: 0 auto; 
/*	background-color: green;*/
    max-height: 500px;
    overflow: hidden;
}

.cycleSlide{
	width:100%;
/*	background-color: red;*/
	max-width:1200px; 
    max-height: 500px;

}
.cycleSlide img{
	width:100%;
	position: absolute;
    top:0;
    left:0;
	z-index: 1;
}

/*.cycleVideoHolder{
	position: absolute;
	z-index: 366;
	background-color: blue;
	width:100%;
	height: 100%;
	right:0;
    left:0;
	top:0;
    margin:auto;
}

@media all and (min-width: 768px) {
    .cycleVideoHolder{
        position: absolute;
        z-index: 366;
        background-color: blue;
        width:50%!important;
        height: 76%;
        right:3%!important;
        top:9%!important;
        left:47%;
    }
}*/
    .cycleVideoHolder{
        position: absolute;
        z-index: 366;
/*        background-color: blue;*/
        width:50%!important;
        height: 76%;
        right:3%!important;
        top:9.5%!important;
        left:47%;

    }




.layerContainer{
/*	background-color: purple;*/
	width: 100%;
	height: 600px; 
	position: relative;
}

/* pager */
.cycle-pager { 
    text-align: center; 
    width: 100%;
    z-index: 500; 
    position: absolute; 
    bottom: -10px; 
    overflow: hidden;
	right:0;
    left:0;
    margin:auto;
    padding: 0;
    pointer-events: none;
    display:none;
}

@media all and (min-width: 900px) {
    .cycle-pager { 
        display:block;
    }
}



.cycle-pager span { 
    font-family: arial; 
    font-size: 50px; 
    width: 18px; 
    height: 18px; 
    display: inline-block; 
    color: #ddd; 
    cursor: pointer;
    pointer-events: all;	
    padding: 0;
}

/*control in hustler and BL stylesheets*/
.cycle-pager span.cycle-pager-active { 
/*	color: #D69746;*/
}

.cycle-pager > * { cursor: pointer;}



/* ////////////////////prev / next links ///////////////////////*/
#prevContainer, #nextContainer { 
	position: absolute; 
	width: 20%;
	max-width: 60px; 
	opacity: 1; 
/*	filter: alpha(opacity=0); */
	z-index: 800; 
	height: 100%!important;
	background-color:rgba(255,255,255,0);
	top:0;
	vertical-align: middle!important;
	overflow: visible!important;
	pointer-events: none;
    outline: 0;
}
#prevContainer{left:0;}
#nextContainer{right:0;}

#prev, #next { 
	width: 100%!important;
/*	max-width: 60px; */
	opacity: 1; 
	filter: alpha(opacity=0); 
	height: 26%!important;
	min-height: 50px;
	cursor: pointer; 
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: all;
    outline: 0;
}
#prev { 
	float: left; 
	background: url("/assets/images/mobileSlider/images/cycleLeft.png") 50% 50% no-repeat;
/*	background-color: red;*/
}
#next { 
	float: right;
	background: url("/assets/images/mobileSlider/images/cycleRight.png") 50% 50% no-repeat;
/*	background-color: red;*/
}
#prev:hover, #next:hover { opacity: .7; filter: alpha(opacity=70) }



