.Scroller-Container {
  line-height:18px;
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 15px; height: 15px;
  background:url(../images/scrollUp.jpg);
}
.Scrollbar-Track {
  width: 15px; height: 382px;
  position: absolute;
  top: 16px;
  background:url(../images/scrollTrack_index.gif);
}
.Scrollbar-Handle {
  position: absolute;
  width: 15px; height: 88px;
  background:url(../images/scrollHandle.jpg);
}
.Scrollbar-Down {
  position: absolute;
  top: 399px;
  width: 15px; height: 15px;
  background:url(../images/scrollDown.jpg);
}
#Scrollbar-Container {
  position: absolute;
  left: 690px;
}

#SContainer {
  position:absolute;
  left:21px;
  width: 667px;
  height: 415px;
}

#SNews{ 
  position: absolute;
  overflow: hidden;
  width: 667px;
  height: 412px;
  display: block;
  border-top:1px solid #cecece;
  border-bottom:1px solid #cecece;
}

#SNews ul li{
	border-bottom:1px solid #cecece;
    width: 667px;
	padding:4px 0 0 0;
	cursor:hand;
	height:20px;
	display:block;
	}

#SNews ul li:hover{
	background-color:#edeeed;}

.time_index{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	position:absolute;
	left:590px;
}
.moreNews{
	position:absolute;
  width: 684px;
  text-align:right;
	top:450px;
}
