.g7Carousel {
  width: 486px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}

.g7Carousel .wrapper {
  width: 400px; /* .g7Carousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 12em;
  margin: 0 43px;
  position: absolute;
  top: 0;
}

.g7Carousel ul a img {
  /*border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  */
  border: 0px;
}

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

.g7Carousel ul li {
  display:block;
  float:left;
  padding: 5px;
  height: 96px;
  width: 190px;
}

.g7Carousel ul li a {
	border: 0px;
}

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

.g7Carousel .arrow {
  display: block;
  height: 28px;
  width: 43px;
  background: url(../images/bubble-arrow.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.g7Carousel .forward {
  background-position: 0 0;
  right: 0;
}

.g7Carousel .back {
  background-position: 0 -82px;
  left: 0;
}

.g7Carousel .forward:hover {
  background-position: 0 -41px;
}

.g7Carousel .back:hover {
  background-position: 0 -123px;
}




