p {
margin-bottom:0;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

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

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 25px;
    margin-bottom: 0;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    height: 26px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 26px;
    z-index: 9999;     
}

.nbs-flexisel-nav-left {
    left: 0;
}

.nbs-flexisel-nav-left {
	background: url(https://lirpc.org/wp-content/uploads/2017/07/left-arrow.png) no-repeat scroll center center;
	 cursor: pointer;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right {
	background: url(https://lirpc.org/wp-content/uploads/2017/07/right-arrow.png) no-repeat scroll 0 0;
	cursor: pointer;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}