.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%;
    /*bordertop:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	padding:14px 0;
	margin-top:8px;
	position:relative;   
}

.our-services .nbs-flexisel-inner {margin-top:0; padding:0;}

.nbs-flexisel-item {
    float:left;
    margin:0;
    padding:0px;
    /*cursor:pointer;*/
    position:relative;
    line-height:0px;
	/*max-width:285px;*/
	border-radius:5px; 
	-webkit-border-radius:5px;
}
.nbs-flexisel-item img {
    width: 99.3%;
    cursor: pointer;
    position: relative;
	margin:1px;
    /*max-width:269px;
    max-height:266px;*/
	border-radius:5px 5px 0 0; 
	-webkit-border-radius:5px 5px 0 0;
	box-sizing:border-box;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:39px;
    height:78px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /*opacity: 0.5;*/
}

.nbs-flexisel-nav-left {
    left:20px;
    background:url(../images/prev.png) no-repeat;
	 top:35px !important; 
	 display:none;
}

.nbs-flexisel-nav-right {
    right:19px;
    background:url(../images/next.png) no-repeat;
	 top:35px !important; 
	  display:none;
}

.logo-slide .nbs-flexisel-nav-left,
.logo-slide .nbs-flexisel-nav-right {
	display:none;
   
}

/*custom css add bottom part*/

logo-box {margin:0 0 0px 0; background:url(../images/logo-cont-bg.jpg) center repeat;  padding:0px 0px 8px 0px; float:left; width:100%; min-height:100px;}
.logo-img {margin:0 15px; padding:0; display:inline-block; background:#fff; text-align:center; border:solid #ddd 1px;}