/* Camera Scrolling Div */

#camera_container {
  position: relative;
  width: 630px;
  height: 140px;
  overflow: hidden;
  border:#EEEEEE;
}


#camera_scroller {
  width: 1170px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.camera_content {
  width: 100px;
  height: 140px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}



/* Projector Scrolling Div */

#projector_container {
  position: relative;
  width: 630px;
  height: 140px;
  overflow: hidden;
  border:#EEEEEE;
}


#projector_scroller {
  width: 780px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.projector_content {
  width: 100px;
  height: 140px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}
