/*body {
background:#fff;
font-family:Arial, sans-serif;
}

p {
margin-bottom:20px;
}

.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;  
    margin-left: 9px;
}

.nbs-flexisel-inner {
overflow: hidden;
float: left;
width: 103%;
margin-left: -15px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    margin-right: 15px;
    padding:0px;
    
    position:relative;
    line-height:0px;
    border: 1px solid #d4d4d4;
    width: 228px!important;
    height: 341px;
    margin-bottom:55px; 
   padding-left: -15px;
    border-radius: 3px;
    background-color:#fff;
        
}
.nbs-flexisel-item img-arma {
    width: 219px;
    height: 203px;
position: relative;
margin-top: -13px;
z-index: -1;
border:solid 1px #d4d4d4;
margin-left: -13px;
border-radius: 3px;

}
/*.nbs-flexisel-item img {
    width: 219px;
    height: 203px;
cursor: pointer;
position: relative;
margin-top: -13px;
z-index: -1;
padding: 5px;
border:solid 1px #d4d4d4;
margin-left: -13px;
border-radius: 3px;
}
*/
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 32px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
   

}

.nbs-flexisel-nav-left {
    left: -18px;
    background: url(../../images/flecha-izq.png) no-repeat;
    margin-top: 73px;
    width: 38px;
    height: 39px;
}

.nbs-flexisel-nav-right {
   right:-23px; 
    background: url(../../images/flecha-der.png) no-repeat;
    padding-top: 35px;
    margin-top:79px;
    width: 38px;
    height: 39px;
}