.clearout {
height:20px;
clear:both;
}
.all-stories {
    display: none;
    padding-bottom: 60px !important;
}
.nbs-flexisel-container {
    position: absolute;
    max-width: 100%;
    bottom: 32px;
    width: 100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    text-align:center;  
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    width:830px;
	margin: 0 auto;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    border-radius:50px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    bottom:0;
    background: #fff;
    color: #000;
	width: 34px;
	height: 34px;
}

.nbs-flexisel-nav-left {
    left: 45%;
}

.nbs-flexisel-nav-left:before {
    content: "<";
	width: 34px;
	line-height: 34px;
	float: left;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 45%;    
}

.nbs-flexisel-nav-right:before {
    content: ">";
	width: 34px;
	line-height: 34px;
	float: left;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
	position: absolute;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}	