@charset "UTF-8";
/* CSS Document */

/* News Scroll ---------------------------------------------------------------------------------------------------------------------*/


#newsbody {
	background: #eee;
	width: 570px;
	height: 290px;
}

.Scroller-Container {
  position: absolute;
  width: 500px;
  top: 0px; left: 0px;
}

.Scrollbar-Up {
  position: absolute;
  top: 30px;
  width: 10px;
  height: 10px;
  background-color: #666;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 252px;
  position: absolute;
  top: 42px;
  background-color: #eee;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background-color: #666;
}
.Scrollbar-Down {
  position: absolute;
  top: 296px; left:0;
  width: 10px; height: 10px;
  background-color: #666;
  font-size: 0px;
}

#Scrollbar-Container {
  position: absolute;
  top: 30px;
  margin-left: 560px;
}

#Container {
  position: absolute;
  top: 50px;
  width: 570px;
  height: 290px;
  background-color: #eee;
}

#News {
	position: absolute;
	top: 10px;
	overflow: hidden;
	width: 550px;
	height: 270px;
	display: none;
	margin-left: 10px;
}

#News {display: block;}

.Scroller-Container p {
  width: 530px;
  margin: 0px 0px 10px;
  font-size: 11px;
  line-height: 18px;
  color: #999;
}

.Scroller-Container p.li {
  padding-left: 20px;
  background: url(../img/liststyle.gif) no-repeat 0 0;
}

.Scroller-Container p a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
.Scroller-Container p a:hover {
  text-decoration: underline;
}


