.infiniteCarousel {
  width: 880px;
	height:120px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 810px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 120px;
  margin: 0 35px;
  position: absolute;
  top: 0;
	background:url(../images/layout/footer_bg_blogs.png) no-repeat 0 0;
	display:block;
}

.infiniteCarousel .BG_ROSA_wrapper {
	background: #F5ADCC url(../images/layout/footer_bg_blogs.png) no-repeat 0 0;
}
.infiniteCarousel .SEM_BG_wrapper {
	background:none;
}

.infiniteCarousel ul a img {}

.infiniteCarousel .wrapper ul {
  width: 810px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
	height: 120px;
	background:none;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px 10px;
  height: 100px;
  width: 135px;
	background:none;
}

.infiniteCarousel ul li img {}

.infiniteCarousel ul:hover li img {}

.infiniteCarousel ul:hover li:hover img {}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 55px;
  width: 30px;
  background: url(../images/layout/footer_bg_blogs_arrow.gif) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 33px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: -64px -3px;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -3px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: -64px -91px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -91px;
}

