*{ margin:0px; padding:0px; 
}
.clearout {
height:5px;
clear:both;
}

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

.nbs-flexisel-container {
    position:relative;
    width:220px;
}
.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:100%;
	background-color:#FFF;
    border:3px solid #fff;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	margin:10px; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    width:220px;
    height:140px;
	border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	-ms-border-radius:8px;
	-o-border-radius:8px;
}
/*clientes*/

#clientes h2{
	font-size:22px;
	font-weight:700;
	color:#0D8B11;
	padding-top:10px;
	text-align:left;
}
#clientes h3{
	font-size:15px;
	font-weight:600;
	color:#000;
}
#clientes p{
	font-size:12px;
	font-weight:500;
	color:#000;
	padding-top:5px;
}/*** 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: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}