
div#slideshow {
	width: 300px;
	height: 193px;
	background-color: #EAEAEA;
	margin-bottom: 20px;
}
div#slideshow h2 {
  padding-bottom: 1px;
  margin-bottom: 1px;
  word-spacing: normal;
  letter-spacing: 0;
  line-height: 0.9em;
}
div#slideshow p {
  word-spacing: normal;
  letter-spacing: 0;
  line-height: 0.9em;
}
div#slideshow ul {
  position: relative;
  width: 300px;
  height: 32px;
  background: #333333;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 1000;
  border-top: 1px #EAEAEA solid;
}
div#slideshow ul a {
  background: url(../images/a.png) no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  margin: 0;
  overflow: hidden;
  width: 24px;
}
#imagemslideshow #legenda {
        width	: 300px;
	text-align	: center;
	color		: #aaaaaa;
	font-size	: 9pt;
	}
div#slideshow ul a.prev {
  background-image: url(../images/aprev.png);
  margin-left: 0px;
  width: 24px;
}
div#slideshow ul a.next {
  background-image: url(../images/anext.png);
  margin-right: 0;
  width: 24px;
}
div#slideshow ul a.active,
div#slideshow ul a.prev:hover,
div#slideshow ul a.next:hover {
  background-position: 0 -24px;
}
div#slideshow ul li {
  float: left;
  list-style: none;
  padding-top: 4px;
}
div#hlinksCima {
  text-align: center;
  margin-top: 20px;
}
div#hlinksCima ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333333;
  border-top: 1px #aeaeae dotted;
  float: right;
  width: 100%;
  font: bold 16px trebuchet ms;
  color: #930300;
}
div#hlinksCima ul li {
  margin: 2px 0 2px 10px;
  padding-right: 10px;
  padding-left: 10px;
  /*font-weight: bold;*/
  line-height: 16px; 
}
div#hlinksCima ul li a {
  color: #930300;
}

div#hlinks {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
div#hlinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font: normal 12px trebuchet ms;
  color: #333333;
  border-top: 1px #aeaeae dotted;
  float: right;
  width: 100%;
}
div#hlinks ul li {
  float: left;
  margin: 2px 0 2px 10px;
  padding-right: 10px;
  padding-left: 10px;
  /*font-weight: bold;*/
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  border-right: 1px #aeaeae dotted;
  
}
