body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

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

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

.nbs-flexisel-container {
    position:relative;
    max-width:725px;
}
.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%;
 	height:220px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px 2px 0 0;
    padding:0px !important;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img{
    width: 100% !important;
}

.nbs-flexisel-item .cap {
    background: #0084be;
    float: left;
    margin: 0 0 0 0%;
    padding: 0;
    width: 100%;
}
.nbs-flexisel-item .cap span{color: #fff; margin: 0 3px; padding: 15px 0 0 13px; text-align: left; display:block;}
.nbs-flexisel-item .cap i{  display: block; font-size: 12px; font-style: normal; line-height: 33px; padding: 8px 0 0 16px; color:#fff; text-align: left;} 

.nbs-flexisel-item img {
    
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 235px;
    height:155px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 35px;
    height: 34px; 
    position: absolute;
    cursor: pointer;
    z-index: 999999;
    opacity: 1;
	top: 90px !important;
}

.nbs-flexisel-nav-left {
    left: /*3px*/ 0;
    background: url(../images/backward.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: /*4px*/ 0;
    background: url(../images/forward.png) no-repeat;
}
