.scroll_widget {
    position : relative;
    font-size : .8em;
    border : 1px solid white;
}

.scroll_widget_window {
  float : left;
  background-color: #ffffff;
  height : 200px;    /* height of the scroll window */
  width : 459px;    /* width of the scroll window */
  _width : 472px;
  overflow: hidden;   /* Not supported by Firefox 1.0.  Enabled here to avoid window scroll bar in IE. */
  border-style : solid;
  border-color : white;
  border-top-width : 10px;
  border-right-width : 5px;
  _border-right-width : 10px;
  border-left-width : 13px;
  border-bottom-width : 0px;
}

.scroll_widget_items {
  position : relative;
  top:0px;
  left:0px;
  clip : rect(auto,476px,auto,0px);   /* crop to scroll_widget_window width */
  height : 200px;  /* same as scroll_widget_window */
  width : 459px;  /* same as scroll_widget_window */
 _width : 472px;
}

.scroll_widget_item {
  display : none;  /* show as needed to avoid window scroll bar */
  position : absolute;
  height : 200px; /* height of scrolling item */
  width : 117px;  /* width of scrolling item */
  _width : 115px;
}

.scroll_widget .salePrice { font-size : 1em; }
.scroll_widget .saving { font-size : 1em; }
.scroll_widget .regPrice { font-size : 1em; }

.scroll_widget_item .prodlink {
width : 100px; }

.scroll_widget_item div.salePrice { 
  margin:0px; 
} 

.scroll_widget_item div.regPrice { 
  margin:0px; 
} 

.scroll_widget_item div.saving { 
  margin:0px; 
} 