.newslh-splash-block {
  width: 296px;
  height: 236px;
  text-align:  left; margin:0px auto;
}
.newslh-splash-block .newslh-slide-preview {
  margin: 0 auto;
  display: none;
  width: auto;
  height:236px;
  overflow: hidden;
}
.newslh-splash-block .newslh-slide-preview .screenshot {
  display: block;
  margin: auto;
}
.newslh-splash-block .newslh-slide-list {
  height: 22px;
  overflow: hidden;
  margin: 10px auto 0; position:relative; top:-80px;
}

.newslh-splash-block .newslh-slide-list a {
  float: left;
  display: inline;
  width: 22px;
  height: 22px;
  background: url(../images/feature-point.png) center no-repeat;
  _background: url(../images/feature-point-4ie6.png) center no-repeat;
}
.newslh-splash-block .newslh-slide-list a.current {
  background: url(../images/feature-point-current.png) center no-repeat;
  _background: url(../images/feature-point-current-4ie6.png) center no-repeat;
}
.newslh-splash-block  .newslh-slide-list .newslh-slide-list-items {
  display: inline;
}
.newslh-splash-block  .newslh-slide-list a.newslh-slide-list-previous {
  background: url(../images/feature-point-previous.png);
  _background: url(../images/feature-point-previous-4ie6.png);
}
.newslh-splash-block  .newslh-slide-list a.newslh-slide-list-next {
  background: url(../images/feature-point-next.png);
  _background: url(../images/feature-point-next-4ie6.png);
}

