#slider {
  width: 878px;
  margin: 0px auto;
  position: relative;
  background-color:#faf9f8;  
}

.scroll {
  height: 329px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #faf9f8;
}

.scrollContainer div.panel {
  padding: 0px;
  height: 385px;
  width: 878px; /* change to 560px if not using JS to remove rh.scroll */
  background-color:#faf9f8; 
}

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

.scrollButtons.left {
    left: 0px;
}

.scrollButtons.right {
    right: 0px;
}
.table2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}