
#content {
  position: absolute;
	width: 650px;
	height: 200px;
  margin-top: -450px;
  margin-left: 40px;
}

#carrossel ul{
  width: 120px;
	height: 120px;

}

#carrossel ul li {
	width: 120px;
	height: 120px;
	margin: 0 10px;
  background-color: #236748;
}
.bg-color{
  top: 872px!important;
}
#carrossel img{width: 100%;height: 100%; border: 1px solid #ccc;}

#menu-carrossel {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

.prev{
  position: relative;
  top: -80px;
  left: -325px;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  color: #ccc;
  font-weight: bold;
  font-size: 30px;
}

.next{
  position: relative;
  top: -80px;
  left: 95px;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  color: #ccc;
  font-weight: bold;
  font-size: 30px;
}
