.carrusel{
height:95px;
overflow:hidden;
width:900px;
}

.bloque-imagenes{
padding:0;
width:1350px;
}

.bloque-imagenes li{
list-style:none;
margin:0;
padding:0;
margin-bottom:12px;
display:inline;
float:left;
}

.bloque-imagenes li img{
height:62px;
width:135px;
border:0;
}

.bloque-imagenes a:hover img{
/*border:1px #fff solid;*/
}