#AwardsCarousel {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	margin-top: 25px;
}

.nbs-flexisel-item {
    cursor:default;
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    cursor:default;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left: 25px;
	margin-bottom: 30px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    cursor:default;
    width: 22px;
    height: 22px; 
    position: absolute;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -1%;
    background: url(http://cdn2.hubspot.net/hub/34007/file-1600084676-png/AwardsCarousel-Resources/button-previous.png) no-repeat;
	display:none;
}

.nbs-flexisel-nav-right {
    right: -1%;
    background: url(http://cdn2.hubspot.net/hub/34007/file-1597506168-png/AwardsCarousel-Resources/button-next.png) no-repeat;
	display:none;
}