

#slider {
  width: 870px;
  margin: 0 0;
  position: relative;
}

.scroll {
  height: 470px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: transparent;
  width: 870px;
}

.scrollContainer div.panel { 
  height: 470px;
  width: 3000px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 447px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -60px;
}

.scrollButtons.right {
  right: -20px;
}

 #homer {}

#stocks {
  background: url(../images/certified_p2.gif) no-repeat left top;
}

#costs {
  background: url(../images/certified_p3.gif) no-repeat left top;

} 
