div.scroller {
  /* modify width and height of scrolling section if necessary  */
  width: 960px;
  height: 350px;
  overflow: hidden;
  }
  div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window) */
    width:960px;
    height:350px;
    overflow:hidden;
    float:left;
    padding:0px;
    }
  div.scroller div.content {
    height: 700px;
    }
.controls {
  font-family: Tahoma, Verdana, Arial;
  font-size: 9px;
}

.false {
	background: #E52B50;
    FONT-SIZE: 15px;
    FONT-FAMILY: Arial;
    color:#FFFFFF;
	FONT-WEIGHT: bold;
}
.true {
	background: #66FF00;
    FONT-SIZE: 15px;
    FONT-FAMILY: Arial;
    color:#000000;
	FONT-WEIGHT: bold;
}