#scrollc {
  float: right;
  margin: 2px 15px 17px 0px;
  display: inline;
  width: 270px;
  height: 353px;
}
.recent {
  width: 270px;
  height: 298px;
  margin-top: -6px;
  overflow: hidden;
  background: url(../images/scrollbg.png) repeat-y;
}
.recent-scroll {
  float: left;
  height: 343px;
  overflow: hidden;
  clear: both;
  width: 100%;
}
.recent ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  height: 2000px; overflow:hidden;
}
.recent li {
  width: 230px;
  padding: 15px 0px 0px 0px;
  height: 61px;
  margin-right: 20px;
  margin-bottom: 4px;
  border-bottom: 1px solid #d3c8ad;
}
.simage {
  border: 1px solid #717171;
  padding: 3px !important;
  margin: 0px 0 0 0;
  background: #fdfbf4;
}
.slimage {
  float: left;
  margin-right: 5px;
}
a.stitle {
  color: #060300 !important;
}
.scontent p {
  font-size: 12px;
  margin-top: 7px;
}
.date {
  color: #e7c56d;
  font-weight: normal;
}
.prev2 { width: 60px; height: 18px; background-image: url(../images/top.png); cursor: pointer; top: -41px; left: 110px; position: absolute; z-index: 3; }
.next2 { width: 66px; height: 26px; background-image: url(../images/bot.png); cursor: pointer; top: 307px; left: 110px; position: absolute; }

