img {
	border:0px;
}

.infiniteCarousel {
  width: 980px;
  position: relative;
  height:180px;
}
 
.infiniteCarousel .wrapper {
  width: 875px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 190px;
  margin: 8px 53px;
  position: absolute;
  top: 0;
}
  
.infiniteCarousel .wrapper ul {
  width: 5000px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}
 
.infiniteCarousel ul li {
  display:block;
  float:left;
  padding-left:5px;
  padding-right:5px;
  padding-top:7px;
  height: 156px;
  width: 165px;
  background-image:url(../images/carrosel_selecao.png);
  background-repeat:no-repeat;
  background-position:center;
}
 
.infiniteCarousel ul li a img {
  display:block;
}
 
.infiniteCarousel .arrow {
  display: block;
  height: 180px;
  width: 37px;
  text-indent: -999px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}
 
.infiniteCarousel .forward {
  background-image:url(../images/carrosel_seta_dir_1.png);
  right: 7px;
}
 
.infiniteCarousel .back {
  background-image:url(../images/carrosel_seta_esq_1.png);
  left: 7px;
}
 
.infiniteCarousel .forward:hover {
  background-image:url(../images/carrosel_seta_dir_2.png);
}
 
.infiniteCarousel .back:hover {
  background-image:url(../images/carrosel_seta_esq_2.png);
}

.CarouselTexto1 {
	color:#FFF;
	line-height:18px;
	font-weight:bold;
	width:150px;
	text-align:left;
	font-size:12px;
}

.CarouselTexto2 {
	color:#FFF;
	font-size:11px;
	width:150px;
	text-align:left;
	line-height:18px;
}

.FotoCarousel {
	display: block;
	width: 150px; 
	position: relative;
	border:0px;
}
a.FotoCarousel:hover {
	padding: 0px;
	text-decoration: none;
	position: relative;
	border:0px;
}

a.FotoCarousel .dorms,
a.FotoCarousel:visited .numder{
	display: none;
}
a.FotoCarousel:hover .dorms{
	display: block;
	position: absolute;
	right: 0px;
	bottom: 37px;
	background: #000;
	color: #FFF;
	width: 100px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	line-height: 15px; 
	text-decoration: none;
	padding-left: 5px;
	padding-right:5px;
	overflow:hidden;
}

a.FotoCarousel .CarouselBorda {
	display:block;
	top:0;
	left:0;
	position:absolute;
	border:3px solid #000;
	width:144px;
	height:107px;
}
