.clearout {
height:20px;
clear:both;
}

.flexiselitemtext
{
   float:left; 
   width:100%; 
   height:auto; 
   margin:0px auto; 
   line-height:20px;
   /*line-height:24px;*/
   font-size:16px;
   /*font-size:24px;*/
   text-align:center; 
}

.flexiselitemtestimonial
{
    width:65%; 
    height:auto; 
    margin:0px auto;
}

.flexiselitemname
{
    width:65%; 
    height:auto; 
    margin:20px auto 0 auto;
}

.flexiselitemcompany
{
    width:65%; 
    height:auto; 
    margin:0px auto 0 auto; 
    color:rgb(247,155,42);
}

.flexiselitemimage
{
    width:200px; 
    height:auto;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
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%;
    /*max-height:330px;*/
    max-height:280px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:rgb(240,240,240);
}

.nbs-flexisel-item {
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:24px;
}
.nbs-flexisel-item img {
    width: 100%;
    height:170px;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width:225px;
    max-height:200px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height: 25px; 
    position: absolute;
    cursor: pointer;
    z-index: 98;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: 15px;
    background: url(../png/button-previous.png) no-repeat;
    background-size: 25px 25px;
}

.nbs-flexisel-nav-left:hover {
    background: url(../png/button-previous-hover.png) no-repeat;
    background-size: 25px 25px;
}

.nbs-flexisel-nav-right {
    right: 15px;
    background: url(../png/button-next.png) no-repeat;
    background-size: 25px 25px;
}

.nbs-flexisel-nav-right:hover {
    background: url(../png/button-next-hover.png) no-repeat;
    background-size: 25px 25px;
}