div.elastislide-wrapper {
  padding: 0px;
  margin: 0px;
  padding-left: 40px;
  padding-right: 40px;
  width: 595px;
  height: 95px;
  overflow: hidden;
  background: #000;
  margin-top: 3px;
}

div.elastislide-carousel {
  width: 595px;
  height: 95px;
  background: #000;
}

.elastislide-carousel ul li a img {
  border: 2px solid #000;
}

ul#carousel {
  margin: 0px;
}

.elastislide-wrapper nav span {
  position: absolute;
  background: red url("https://cdn.cheatcc.com/layout_images/nav.png") no-repeat 4px 3px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}