#banner{
  color: #615c5c;
  overflow: hidden;
  position: absolute;
    bottom: 2px;
    left: 40px;
  width: 445px;  height: 292px;
}
#pager{
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 980;
}
#pager a{
  background: #333;
  color: #aaa;
  display: inline-block;
  margin-left: 4px;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  width: 10px;
}
#pager a.activeSlide{
  background: #666;
  color: #fff;
}