.tcm-advertisement-page .a-link:link {
  text-decoration: none; }

.tcm-advertisement-page .a-link:visited {
  text-decoration: none;
  color: #551a8b; }

.tcm-advertisement-page .a-link:hover {
  text-decoration: underline; }

.tcm-advertisement-page .a-link:active {
  text-decoration: underline; }

@keyframes slidy {
  0% {
    left: 0%; }
  10% {
    left: 0%; }
  20% {
    left: 0%; }
  25% {
    left: -100%; }
  45% {
    left: -100%; }
  50% {
    left: -200%; }
  70% {
    left: -200%; }
  75% {
    left: -300%; }
  85% {
    left: -300%; }
  95% {
    left: -400%; }
  100% {
    left: -400%; } }

.tcm-advertisement-page body,
.tcm-advertisement-page figure {
  margin: 0;
  background: #ffffff;
  font-family: Segoe UI, Tahoma, Arial, Verdana; }

.tcm-advertisement-page #captioned-gallery-testSteps,
.tcm-advertisement-page #captioned-gallery-testMgr {
  width: 100%;
  overflow: hidden; }

.tcm-advertisement-page figure.slider {
  position: relative;
  width: 500%;
  font-size: 0;
  animation: 30s slidy infinite;
  -webkit-animation: 30s slidy infinite;
  -moz-animation: 30s slidy infinite;
  -o-animation: 30s slidy infinite; }

.tcm-advertisement-page figure.slider figure {
  width: 20%;
  height: auto;
  display: inline-block;
  position: inherit; }

.tcm-advertisement-page figure.slider img {
  width: auto;
  height: auto; }

.tcm-advertisement-page figure.slider figure figcaption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  padding-left: 5px; }

.tcm-advertisement-page span {
  display: inline-block;
  vertical-align: middle; }

.tcm-advertisement-page figure:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused; }
