
.showBox {
  height: 190px;
  border-top: 3px solid #458FCE;
  border-left: 1px solid #D2E1F1;
  border-right: 1px solid #D2E1F1;
  border-bottom: 1px solid #D2E1F1;
  position: relative;
}

.showBox h2 {
  text-indent: 12px;
  color: #458FCE;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #F6F9FE;
}

.showBox .pre, .showBox .next {
  width: 11px;
  height: 20px;
  position: absolute;
  top: 93px;
}

.showBox .pre {
  background: url("left.gif") no-repeat;
  left: 12px;
}

.showBox .next {
  background: url("right.gif") no-repeat;
  right: 12px;
}


#scrollBox {
  width: 882px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}

#scrollBox ul li {
  float: left;
  margin: 10px 10px;
}

#scrollBox ul li span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  width: 150px;
  height: 30px;
}