
/* Scroller for Projects */
 
#ScrollContainer {
  position: relative;
  top: 0px; left: 0px;
  width: 370px;
  height: 245px;
  overflow:hidden;
}
.Scroller-Container-News {
  position: absolute;
  top: 0px; left: 0px;
  margin-bottom:10px;
}
 
#Scrollbar-Container-News {
  position: relative;
    width: 17px;
  top: -245px; left: 388px;
}
.Scrollbar-Up-News {
  position: absolute;
  width: 17px; height: 18px;
  background-color: #B4DFB4;
  font-size: 0px;
    background-image:url(../images/up.gif);
}
.Scrollbar-Track-News {
  width: 17px; height: 190px;
  position: absolute;
  top: 23px;
  background-image:url(../images/track.gif);
}
.Scrollbar-Handle-News {
  position: absolute;
  width: 17px; height: 21px;
  background-color: #87CD87;
}
.Scrollbar-Down-News {
  position: absolute;
  top: 218px;
  width: 17px; height: 18px;
  background-color: #B4DFB4;
  font-size: 0px;
    background-image:url(../images/down.gif);
}

#News  { 
  position: absolute;
  top: 0px; 
  overflow: hidden;
  width: 370px;
  height: 231px;
  display: block;
}

p.genContent{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight:normal;
color:#000000;
text-align:justify;
margin-top: 0px;
margin-bottom:8px;
line-height:14px;
}