#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%;
	position:absolute;
	z-index:33;
	top:-65px;
	/*box-shadow:-2px -2px 2px #eee;*/
	/*border-radius:10px;*/ border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;
	background:#fff;
	padding:20px;
}
.client_area{ position:relative;}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
	padding:0px;
	border:1px solid #dcdcdb;
}
.nbs-flexisel-item img:hover {
    cursor: pointer;
    position: relative;
	box-shadow:0px 0px 2px #eee;
	border:1px solid #ff9900;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

/*.nbs-flexisel-nav-left {
    left: -71px;
	width: 50px;
    height: 50px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -71px;
    width: 50px;
    height: 50px;
    background: url(../images/button-next.png) no-repeat;

}*/


.resp-tabs-container { width:100% !important;font-family:"Open Sans"; }
.txtgrey11px {
	font-size: 12px;
	font-weight: normal;
	color: #2a3136;
	text-decoration: none;
	font-family:"Open Sans";
}