#WAContainer {
  text-align:center;
}

#WATitle {
  color: #27343c;
  text-align:center;
  width:500px;
  border:1px solid #000000;
  background-color: #296184;
  font-size:18px;
  font-weight:bold;
  font-family:trebuchet ms;
  overflow:hidden;
  height:25px;
}

#WAPicTitle {
  padding: 10px 0px 0px 0px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  font-size:14px;
  font-weight:bold;
  overflow:hidden;
  width:500px;
  height: 30px;
}
#WAPicCaption {
  padding: 5px 10px 0px 10px;
  border-left:1px solid #000;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  font-size:12px;
  text-align: justify;
  overflow:hidden;
  width:480px;
  height:60px;
}

#WAPicContainer {
  padding: 0px 0px 0px 0px;
  width:500px;
  height:375px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}

.WAPic
{
  border:1px solid #000000;
  cursor:pointer;
}

#WABottom {
  width:502px;
  height:68px;
  border-bottom:1px solid #000;
}

#WAScrollLeft {
  width:16px;
  height:68px;
  background:url(Images/PNG/sliderLeft.png) no-repeat;
  float:left;
  cursor:pointer;
  border-left:1px solid #000;
}

#WAScrollRight {
  width:16px;
  height:68px;
  background:url(Images/PNG/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:#f0f0f0;
}

.WAThumbBox img {
  border:2px solid #f0f0f0;
}
.WASelected img {
  border:2px solid orange;
}
