
html, body, ul, li {
  margin: 0;
  padding: 0;
}

li { list-style: none; }

a { text-decoration: none; }

.carousel {
  max-width: 330px;
  height: 330px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}

.ct { position: relative; }

.ct img {
  height: 330px;
  width: 330px;
}

.ct li { float: left; }

.bullet {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.bullet li {
  height: 5px;
  width: 15px;
  border-radius: 5px;
  background-color: #DADADA;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.active { opacity: 0.8; }

.arrow {
  color:  #DADADA;
  font-size: 40px;
  position: absolute;
  top: 40%;
  opacity: 0.5;
}

.arrow:hover { color:  #B5B3B3; }

.pre { left: 0; }

.next { right: 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
