ul.slides li {
  margin-left: 0;
}

.flexslider {
  border: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  margin: 0 0 0 0;
}

.flex-control-nav {
  position: relative;
  top: -15px;
}

.flex-control-nav li {
  margin: 0 2px 0 0;
}

.flex-control-paging li a {
  /*float: left;*/
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url('images/bullets.jpg') no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
  box-shadow: none;
}

.flex-control-paging li a:hover {
  background: url('images/bullets.jpg') no-repeat 4px 0;
}

.flex-control-paging li a.flex-active {
  color: #222222;
  background: url('images/bullets.jpg') no-repeat -8px 0;
}
