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

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


#newsbody {
	margin-top: -100px;
	background: #fff;
	width: 258px;
	/*height: 300px;*/
}

#newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	position: absolute;
	top: 130px;
	margin-left: 10px;
}

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

/*
.Scrollbar-Up {
  position: absolute;
  top: 130px;
  width: 8px;
  height: 8px;
  font-size: 0px;
  background-color: #fff;
  border: 1px #ccc solid;
}
.Scrollbar-Track {
  width: 10px; height: 227px;
  position: absolute;
  top: 142px;
  background-color: #fff;
  border-left: 1px #ccc solid;
}
.Scrollbar-Handle {
  position: absolute;
  width: 8px; height: 30px;
  background-color: #fff;
  border: 1px #ccc solid;
  border-left: none;
}
.Scrollbar-Down {
  position: absolute;
  top: 371px; left:0;
  width: 8px;
  height: 8px;
  font-size: 0px;
  background-color: #fff;
  border: 1px #ccc solid;
}

#Scrollbar-Container {
  position: absolute;
  top: 30px;
  margin-left: 240px;
}
*/

#Container {
  position: absolute;
  top: 145px;
  width: 230px;
/*  height: 270px;*/
  background-color: #fff;
}

#News {
	position: absolute;
	top: 10px;
	overflow: hidden;
	width: 230px;
	height: 255px;
/*	display: none;*/
	margin-left: 10px;
}

/*#News {display: block;}*/

.Scroller-Container p {
  /*width: 220px;*/
  margin: 0;
  padding: 0px 0px 20px;
  font-size: 10px;
  line-height: 18px;
  text-indent: 0px;
  color: #666;
}

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

.Scroller-Container p a:hover {
  color: #600;
  text-decoration: underline;
}

span.newstitle {
	color: #333;
}
