
/* Scroller for Projects */

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #999;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 325px;
  position: absolute;
  top: 20px;
  background-color: #C1C1C1;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 80px;
  background-color: #999;
}
.Scrollbar-Down {
  position: absolute;
  top: 355px;
  width: 10px; height: 10px;
  background-color: #999;
  font-size: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: -370px; left: 340px;
}

#ScrollContainer {
  position: relative;
  top: 0px; left: 13px;
  width: 315px;
  height: 365px;
}
#News, #About, #Extra { 
  position: absolute;
  top: 0px; 
  overflow: hidden;
  width: 315px;
  height: 365px;
  display: none;
}
#News {display: block;}


p.projContent{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight:normal;
color:#000000;
text-align:left;
margin-left:13px;
margin-right:13px;
margin-top: 0px;
margin-bottom:15px;
line-height:14px;
}
