#flexisel4, #flexisel5 ,#flexisel7 {
display:none;
}
.p-title{ text-align:center; font-size:16px; font-weight:bold; line-height: 30px; margin-bottom:10px;}
.flexisel7 .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-left,
.flexisel7 .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-right,
.flexisel5 .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-left,
.flexisel5 .nbs-flexisel-container .nbs-flexisel-inner .nbs-flexisel-nav-right
{
    padding:2px 10px;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:45%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}
#flexisel5 li img, #flexisel7 li img{ margin: 10px;}
.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 {padding: 10px 0 0 0;
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
     background: #f3efe5;
    border:0px solid #ccc;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {

    cursor: pointer;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:2px 10px;
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:35%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 4px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

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

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

.nbs-flexisel-nav-right:before {
    content: ">"
}

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