#news-container {
	/*position: absolute;*/
	/*top:450px; left:410px;*/
	 width:200px; height:450px;
  overflow:auto;
	font-family:Verdana;
	font-size:9pt;
	color:#FFFFFF;
	padding-right:10px;
}

.news-item {
	padding-left:0px;
	margin-bottom:15px;
}

.news-date {
	color:#E2FEF6;
	font-size:8pt;
	margin-bottom:2px;
}

.news-title {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:2px;
}

.news-content {
	font-size:9pt;
	margin-left:10px;
}

.news-content p {
	margin:8px 0 8px 0;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #6CDEFF;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 370px;
  position: absolute;
  top: 20px;
  background-color: #C4EBFB;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #6CDEFF;
}
.Scrollbar-Down {
  position: absolute;
  top: 400px;
  width: 10px; height: 10px;
  background-color: #6CDEFF;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  left: 595px;
  /*top: 500px; left: 595px;*/
  /*top: 0; left: 0;*/
}