p {
margin-bottom:20px;
}

.clearout {
height:80px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}
#flexiselDemo3 {margin-left:50px;}
#flexiselDemo3 li{height:200px; width:120px;}
#flexiselDemo3 i{color:#fff; font-size:50px; line-height:120px; border:3px solid #fff; width:120px; height:120px; border-radius:50%; position:relative; text-align:center; display:block;}
#flexiselDemo3 p{color:#fff; font-size:16px; line-height:40px; width:120px; display:block;  text-align:center; }

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	height:300px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    margin:0px auto;
    width:70%;
}

@media screen and (max-width:480px){ 
.nbs-flexisel-inner {
    overflow:hidden;
    margin:0px auto;
    width:100%;
}
#flexiselDemo3{}
#flexiselDemo3 li{height:200px; width:120px;}
#flexiselDemo3 i{color:#fff; font-size:50px; line-height:120px; border:3px solid #fff; width:120px; height:120px; border-radius:50%; position:relative; text-align:center; display:block;}
#flexiselDemo3 p{color:#fff; font-size:16px; line-height:40px; width:120px; display:block;  text-align:center; }


}

@media screen and (max-width:640px){ 
.nbs-flexisel-inner {
    overflow:hidden;
    margin:0px auto;
    width:100%;
}
#flexiselDemo3{margin-left:33%;}
#flexiselDemo3 li{height:200px; width:120px;}
#flexiselDemo3 i{color:#fff; font-size:50px; line-height:120px; border:3px solid #fff; width:120px; height:120px; border-radius:50%; position:relative; text-align:center; display:block;}
#flexiselDemo3 p{color:#fff; font-size:16px; line-height:40px; width:120px; display:block;  text-align:center; }


}
.nbs-flexisel-item {
    float:left;
    margin-left:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:120px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 36px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: 10%;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:10%;
    background: url(../images/button-next.png) no-repeat;
}


