.rotatingCards {
  /*border: 1px solid rgb(0, 0, 0);*/
  margin: 0pt auto;
  width: 700px;
  height: 450px;
  overflow: hidden;
  float: left;
}

.cards {
  position: relative;
  display: none;
  width: 650px;
  height: 365px;
  padding: 0;
  background-color: transparent;
}

.cards img {
  border: 0;
  width: 650px;
  height: 365px;
  /*margin: 0 auto;*/
}

img { border: 0; }

a:focus { outline: none; }