#flexisel-featured {
display:none;
}

#flexisel-featured h2.product-name{ float:left; padding-top:4px;}
#flexisel-featured h2.product-name a{ text-decoration:none; color:#000; font-size:16px;}
#flexisel-featured h2.product-name a:hover{ color:#c80404}
#flexisel-featured button.button{ float:right; margin-right:10px;}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999em;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.techVideosWrapper .nbs-flexisel-ul{
	text-align:left;
}
.techVideosWrapper.softwareInterface .nbs-flexisel-item img{ cursor:default}
/*.techVideosWrapper .nbs-flexisel-container{margin-left:-20px; width:1190px;}*/
.techVideosWrapper .nbs-flexisel-ul li{
	margin-right: 0px;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
 /*    cursor:pointer;
    position:relative;
   line-height:0px; */
}
.nbs-flexisel-img-wrapper{
	margin:0 9px 14px;
	overflow:hidden;
}
.testeq .nbs-flexisel-img-wrapper{
	margin:0 16px 9px;
	overflow:hidden;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
	float:left;
    max-width:270px;
}
.softwareInterface .nbs-flexisel-item img{ max-width:325px;}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 11px;
    height: 15px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
	transition: opacity 500ms ease-in-out 0ms;
}

.gaugesResultsContent .nbs-flexisel-nav-left {
    left: -25px;	
	height:15px;
	width:11px;
    background: #000 url(../images/fs-button-previous.png) left top no-repeat;
}

.gaugesResultsContent .nbs-flexisel-nav-right {
    right: -25px;
	height:15px;
	width:11px;
    background: #000 url(../images/fs-button-next.png) left top no-repeat;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover{ opacity:1; background-color:#ffd51d;}




.productSpotlightContent .nbs-flexisel-nav-left,
.productSpotlightContent .nbs-flexisel-nav-right,
.techVideosWrapper .nbs-flexisel-nav-left,
.techVideosWrapper .nbs-flexisel-nav-right,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 35px;
    height: 60px;
}
.productSpotlightContent .nbs-flexisel-nav-left,
.techVideosWrapper .nbs-flexisel-nav-left,
.nbs-flexisel-nav-left {
    left: -55px;	
    background: #c4c4c4 url(../images/productSpotLightLt_arrow.png) center center no-repeat;
}
.techVideosWrapper .nbs-flexisel-nav-left{ left:-30px; top:75px !important;}
.productSpotlightContent .nbs-flexisel-nav-right,
.techVideosWrapper .nbs-flexisel-nav-right,
.nbs-flexisel-nav-right {
    right: -55px;
    background: #c4c4c4 url(../images/productSpotLightRt_arrow.png) center center no-repeat;
}
.techVideosWrapper .nbs-flexisel-nav-right{right:-30px; top:75px !important;}
.softwareInterface .nbs-flexisel-nav-right{right:-66px}
.softwareInterface .nbs-flexisel-nav-left{ left:-65px;}
.productSpotlightContent .nbs-flexisel-nav-left:hover,
.productSpotlightContent .nbs-flexisel-nav-right:hover,
.techVideosWrapper .nbs-flexisel-nav-left:hover,
.techVideosWrapper .nbs-flexisel-nav-right:hover{ background-color:#ffd51d}
.productSpotlightContent .nbs-flexisel-item img{ width:auto; float:none; display:inline-block}

.techVideosWrapper .nbs-flexisel-item h4{
	text-align:left;
	font-family:ProximaNovaSemibold, Arial;
	font-size:18px;
	font-weight:normal;
	text-transform:none;
	line-height:1.1;
	height:40px;
	margin-top:15px;
}
.techVideosWrapper .nbs-flexisel-item p{
	text-align:left;
	line-height:1.2;
	max-width:370px;
}
.softwareInterface {
    background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 2.5%;
    width: 100%;
	border:solid 1px #8b8989;
}
.softwareInterface .nbs-flexisel-inner{
	padding: 0 15px 14px;
    overflow: hidden;
}
.softwareInterface .nbs-flexisel-img-wrapper{ margin:0 0 15px}