
#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 {
    overflow:hidden;
    width:100%;    
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    positon: relative;
    margin-top:0px;
    margin-bottom:00px;
    max-width:625px!important;
    max-height:511px;
	border:0px solid #d0d0d0;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:52px;
    height:56px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    
}

.nbs-flexisel-nav-left {
    left: 0;
    background: url(../button-previous.html) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 0;
    background: url(../button-next.html) no-repeat;
}