﻿.superslider{
  max-width:100%;  /*    max-width:400px;  */
  margin:0 auto;
  text-align:center;
  position:relative;
  margin:0;
  padding:0;
}
.superslider li{
  width:100%;
  display:none;
  margin:0;
  padding:0;
}
.superslider img{
  width:100%;
  height:auto;
}


/* ******************  


.rotate {
  animation: rotation 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

*/

.rotate {
  animation: rotation 2.5s linear;
}

@keyframes rotation {
  from {
    transform: rotate(400deg);    
  }
  to {
    transform: rotate(360deg);
  }
  
  
}
