ul,
li {
  list-style: none;
  display: block;
}
.gallery {
  width: 380px;
}
.gallery .main {
  width: 200px;
  height: 218px;
  margin-left: 0px;
}
.gallery .main li {
  width: 200px;
  height: 218px;
  display: none;
}
.gallery .main li img {
  width: 200px;
  height: auto;
}
.gallery .main li:first-child {
  display: block;
}
.gallery .thumb {
  width: 320px;
  height: 40px;
  margin-top: 0px;
}
.gallery .thumb li {
  width: 45px;
  height: 42px;
  display: block;
  float: left;
  cursor: pointer;
}
.gallery .thumb li.selected img {
  width: 38px;
  height: 40px;
  border: 2px solid #ff1200;
}
.gallery .thumb li img {
  cursor: pointer;
  width: 40px;
  height: 42px;
  opacity: 1;
  border: 2px solid #cccccc;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .thumb li img:hover {
  opacity: 0.5;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=50)";
}
.gallery .indicator {
  width: 210px;
  height: 30px;
  text-align: center;
  font-size: 0;
  display: block;
}
.gallery .indicator li {
  cursor: pointer;
  color: #cccccc;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  width: 35px;
  text-align: center;
  display: inline-block;
}
.gallery .indicator li.selected {
  color: #999999;
}

#gallery2 .thumbPages {
  width: 320px;
  height: 100px;
}
#gallery2 .thumbPages > li {
  width: 0px;
  height: 100px;
  display: none;
}
#gallery2 .thumbPages > li:first-child {
  display: block;
}