
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    padding:0px;
    list-style-type:none;   

}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	padding-top:20px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}



/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 21px;
    height: 46px; 
	top:160px!important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    background: url(../images/arrow01.jpg) no-repeat;
}

.nbs-flexisel-nav-right {
    background: url(../images/arrow02.jpg) no-repeat;
}

.service-box .nbs-flexisel-nav-left,
.service-box .nbs-flexisel-nav-right {
    width: 35px;
    height: 46px; 
	top:-60px!important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
	display:none;
}
.service-box .nbs-flexisel-nav-left{right:40px;}
.service-box .nbs-flexisel-nav-right{right:0px;}

.testimonial .nbs-flexisel-nav-left,
.testimonial .nbs-flexisel-nav-right {
    width:35px;
    height: 46px; 
	top:-18px!important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.testimonial .nbs-flexisel-nav-left{left:72.5%;}
.testimonial .nbs-flexisel-nav-right{right:21.7%;}

@media only screen and (min-width: 991px) and (max-width: 1180px) {
.testimonial .nbs-flexisel-nav-left, .testimonial .nbs-flexisel-nav-right{top:-20px!important;}
.testimonial .nbs-flexisel-nav-right{left:82%;}
.testimonial .nbs-flexisel-nav-left{left:79%;}
.service-box .nbs-flexisel-nav-left, .service-box .nbs-flexisel-nav-right{display:block;}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
.testimonial .nbs-flexisel-nav-left, .testimonial .nbs-flexisel-nav-right{top:-150px!important;}
.testimonial .nbs-flexisel-nav-right{left:96%;}
.testimonial .nbs-flexisel-nav-left{left:92%;}
.service-box .nbs-flexisel-nav-left, .service-box .nbs-flexisel-nav-right{display:block;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.testimonial .nbs-flexisel-nav-left, .testimonial .nbs-flexisel-nav-right{top:-60px!important;}
.testimonial .nbs-flexisel-nav-right{left:50%;}
.testimonial .nbs-flexisel-nav-left{left:38%;}
.service-box .nbs-flexisel-nav-left, .service-box .nbs-flexisel-nav-right{display:block;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.testimonial .nbs-flexisel-nav-left, .testimonial .nbs-flexisel-nav-right{top:-50px!important;}
.testimonial .nbs-flexisel-nav-right{right:42%;}
.testimonial .nbs-flexisel-nav-left{left:42%;}
.service-box .nbs-flexisel-nav-left{left:33%;} 
.service-box .nbs-flexisel-nav-right{right:33%;}
.service-box .nbs-flexisel-nav-left, .service-box .nbs-flexisel-nav-right{display:block;}
}

@media only screen and (max-width: 479px) {
.testimonial .nbs-flexisel-nav-left, .testimonial .nbs-flexisel-nav-right{top:-45px!important;}
.testimonial .nbs-flexisel-nav-right{right:36%;}
.testimonial .nbs-flexisel-nav-left{left:36%;}
.service-box .nbs-flexisel-nav-left{left:36%;} 
.service-box .nbs-flexisel-nav-right{right:36%;}
.service-box .nbs-flexisel-nav-left, .service-box .nbs-flexisel-nav-right{display:block;}
}