body { 
margin: 0px;
background-color: #333; 
background-image: url(../images/bg-main.jpg); 
background-repeat: repeat-x;  
font-family: helvetica;
}

#footer {
padding-top: 20px; padding-bottom: 20px;
font-size: 11px;
color: #666;
}





/* Slider Styles */

#slider {
  width: 730px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 440px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  height: 440px;
  width: 730px; /* change to 560px if not using JS to remove rh.scroll */
  text-align: left;
  color: #ccc;

}

.scrollButtons {
  position: absolute;
  top: 175px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -50px;
}

.scrollButtons.right {
  right: -50px;
}
