/* Carrocel de marcas na home*/
#content {
  margin: 0 auto;
  width: 800px;
  height: 250px;
  width: 100%;
}
#carrossel {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  height: 250px;
}
#carrossel ul li {
  float: left;
  width: 245px;
  height: 250px;
  margin: 0 15px;
  list-style-type: none;
}
#carrossel img {
  width: 250px;
  height: 250px;
  width: 100%;
  border: 1px solid #ccc;
}
#menu-carrossel {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

@media(max-width:480px){
.carrossel ul li img{
  text-align: center!important;
  width: 250px;
  height: 250px;
  width: 100%;
    display: block;
  }
.margin-left--10{
  margin-left:-10px!important;
}
}