#scroller_container {
  position: relative;
  width: 165px;
  height: 150px;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#scroller {
  width: 165px;
  position: absolute;
  left:0;
  top:0;
}

#scroller a {
  color:#FFFFFF;
  font-weight:bold;
}
#scroller h4 {
  color:#FFFFFF;
  text-decoration: underline;
  font-weight:bold;
  margin: 0; padding: 0;
  cursor: hand;
  font-size: 12px;
}
#scroller p {
  padding: 0;	margin: 0px; margin-bottom: 10px;
  text-align: left;
}
/* Scoller Box */
/* At the end of the CSS File */
/* CSS Hack Safari */
#dummy {;# }
#scroller_container { overflow: auto; }
