#carousel {
  float: left;
  width: 960px;
  height: 190px;
  position: relative;
}

#carousel .container {
  float: left;
  width: 880px;
  height: 190px;
  position: relative;    
  overflow: hidden;
}

#carousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 190px;
  list-style: none; 
}                      

#carousel ul li {
  padding: 0px 0px 0px 0px;
  width: 220px;
  height: 190px;
  text-align: center; 
  float: left;
}

#carousel ul li table tr td {
  padding: 0px 0px 0px 0px;
  width: 220px;
  height: 185px;
  text-align: center; 
  vertical-align: middle;
}

#carousel ul li a img, #carousel ul li a:link img, #carousel ul li a:visited img {
	border: 0px;
	text-decoration: none;
	cursor: pointer;
}

#carousel ul li a:active img, #carousel ul li a:hover img {
	border: 4px solid #da261d;
	text-decoration: none;
}

#carousel .previous_button {
  float: left;
  margin: 79px 0px 0px 20px;
  width: 20px;
  height: 29px;
  background: url(../imgs/botao_grife_voltar.png);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 100;
  cursor: pointer;
}

#carousel .previous_button_over {
  background: url(../imgs/botao_grife_voltar.png);
  background-position: bottom center;
}

#carousel .previous_button_disabled {
  background: url(../imgs/botao_grife_voltar.png);
  cursor: default;
}

#carousel .next_button {
  float: left;
  margin: 79px 20px 0px 0px;
  width: 20px;
  height: 29px;
  background: url(../imgs/botao_grife_avancar.png);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 100;
  cursor: pointer;
}

#carousel .next_button_over {
  background: url(../imgs/botao_grife_avancar.png);
  background-position: bottom center;
}

#carousel .next_button_disabled {
  background: url(../imgs/botao_grife_avancar.png);
  cursor: default;
}
