
.clearout {
    height:20px;
    clear:both;
}

#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%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;

}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 227px;
    max-height: 142px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.list-img-bank .nbs-flexisel-nav-left {
    top:33px !important;
    /*left: 11px;*/
    background:url(../img/prev.png) no-repeat;
}
.list-img-bank .nbs-flexisel-nav-right {
    top:33px !important;
    right: -12px;
    background:url(../img/next.png) no-repeat;
}
.nbs-flexisel-nav-left {
    /*left: 11px;*/
    background:url(../img/prev.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -12px;
    background:url(../img/next.png) no-repeat;
}
.dich-vu .nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 278px;
    max-height: 108px;
	padding:0px 10px;
	
	
}
.doi-tac .nbs-flexisel-item img {
width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 138px;
    height: 87px;
	
	
}
.doi-tac .nbs-flexisel-nav-left {
    background:none;
}
.doi-tac .nbs-flexisel-nav-right {
    background:none;
}

