/*主窗*/
#Scroll{width:340px;height:284px; }
/*左边内容区*/
#ScroLeft{float:left;height:100%;width:316px;overflow:hidden}
/*滚动条背景*/
#ScroRight{
	position:relative;
	float:right;
	height:100%;
	width:10px;
	background:#F1F7F8;
	overflow:hidden;
	background-image: url(../images/scrollbarbg.gif);
}
/*滚动条*/
#ScroLine{position:absolute;z-index:1;top:3px;left:0px;width:100%;height:34px;overflow:hidden;
background-image:url(../images/scrollRightBar.gif);}

#Scrollnews{width:340px;height:280px;  }