.infiniteCarousel {
  width: 300px;
  margin-left: 10px;
  margin-top: 20px;
  display:block;
  float:left;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 300px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 145px;
  position: relative;
  background:url(../imgs/news_bg.jpg) no-repeat top left;
  color:#fff;
  float:left;
  display:block;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;

}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 125px;
  width: 280px;
  background:url(../imgs/news_bg.jpg) no-repeat top left;  
}



.infiniteCarousel .arrow_forward {
  display: block;
  height: 17px;
  width: 17px;
  background: url(../imgs/arrow_forward.gif) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  right: 16px;
}

.infiniteCarousel .arrow_back {
  display: block;
  height: 17px;
  width: 17px;
  background: url(../imgs/arrow_back.gif) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  right: 36px;
}

.infiniteCarousel .arrow_forward:hover {
  background-position: 0 -17px;
}

.infiniteCarousel .arrow_back:hover {
  background-position: 0 -17px;
}

.image_left {
float:left;
margin: 0 10px 10px 0;
}

h3 {
font-size: 12px;
margin: 0 0 10px 0;
}

a, a:link, a:active, a:visited {
color: #fff;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}