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

#carrossel ul li {
	width: 130px;
	height: 130px;
	margin: 0 10px;
}
#carrossel img{border: 1px solid #ccc;}

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

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

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