#WAContainer {
  text-align:center;
}

#WATitle {
  color: #000000;
  text-align:center;
  width:500px;
  border:1px solid #000;
  background-color:#fff;
  font-size:18px;
  font-weight:bold;
  font-family:trebuchet ms;
  overflow:hidden;
  height:25px;
}

#WAPicTitle {
  color: #000000;
  width:500px;
  height:23px;
  overflow:hidden;
  background-color:#fff;
  border-left:1px solid #000;
  border-right:1px solid #000;
  font-size:18px;
  font-weight:bold;
}
#WAPicCaption {
  color: #000000;
  width:500px;
  height:33px;
  overflow:hidden;
  background-color:#fff;
  border-left:1px solid #000;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  padding-bottom:2px;
  font-size:13px;
}

#WAPicContainer {
  width:500px;
  height:400px;
  border-left:1px solid #000;
  border-right:1px solid #000;
  background-color:#fff;
}

.WAPic {
  border:1px solid #000;
  cursor:pointer;
  background-color:#f0f0f0;
}

#WABottom {
  width:502px;
  height:68px;
  border-bottom:1px solid #000;
}

#WAScrollLeft {
  width:16px;
  height:68px;
  background:url(https://images.freewebs.com/WebsAlbum/sliderLeft.png) no-repeat;
  float:left;
  cursor:pointer;
  border-left:1px solid #000;
}

#WAScrollRight {
  width:16px;
  height:68px;
  background:url(https://images.freewebs.com/WebsAlbum/sliderRight.png) no-repeat;
  float:left;
  cursor:pointer;
  border-right:1px solid #000;
}

#WAScrollContainer {
  width:468px;
  overflow:hidden;
  float:left;
}

#WAScroller {
  height:68px;
  width:1000px;
}

.WAThumbBox {
  width:78px;
  height:68px;
  float:left;
  text-align:center;
  background-color:#f0f0f0;
  cursor:pointer;
}
.WASelected {
  background-color:#fff !important;
}

.WAThumbBox img {
  border:2px solid #f0f0f0;
}
.WASelected img {
  border:2px solid orange;
}
