#scrollerClipper {    position: relative;  font-family: Verdana, Helvetica, sans-serif;  font-size: 12px;  color: #000000;  background-color: #ffffff;  border: 2px solid #666666;  margin: 2px 0 0 0;  padding: 0px;  width: 404px;  height: 16px;  overflow: hidden;}.block-taxonomy_ticker .content {  height: 16px;  /* the same as the height of #scrollerClipper */}#outerscrollPane {  width: 4000px;  /* large enough to hold all the content */}#scrollPane {  position: relative;  top: 0px;  left: 0px;  float: left;}#firstscrollerContentItem {  width: 404px;  /* the same as the width of #scrollerClipper */  margin: 5px 5px 0px;  padding: 2px;  float: left;}#lastscrollerContentItem {  float: left;  width: 0;}.scrollerContentItem {  margin: 0px 5px 0px;  padding: 2px;  float: left;}