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

.Scroller-Container p {
	width: 215px !important;
}

.Scrollbar-Up {
  position: absolute;
  width: 13px; height: 17px;
  background: #333757 url(../images/calendar/uparrow.gif) no-repeat center;
  font-size: 0px;
}

.Scrollbar-Track {
  width: 0px; height: 218px;
  position: absolute;
  top: 20px;
  left: 4px;
  background-color: #A1A2B3;
}

.Scrollbar-Handle {
  position: absolute;
  width: 13px; height: 30px;
  margin-left: -4px;
  background-color: #A1A2B3;
}

.Scrollbar-Down {
  position: absolute;
  top: 240px;
  width: 13px; height: 17px;
  background: #333757 url(../images/calendar/downarrow.gif) no-repeat center;
  font-size: 0px;
}

#newsContainer {
	margin-left: 367px;
	
}

#Scrollbar-Container {
  position: relative;
top: 60px;
  float: left;
}

#Container {
 width: 230px;
  height: 250px;
  float: left;
}

#Body { 
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 250px;
  display: block;
}
