/* CSS Document */

/* testimonial fader box */

#tic {
  /* enter any styles for the ticker below */
  margin-left:auto;
  margin-right:auto;
  border:0;
  text-align:center;
  background-color:#006600;
  padding:6px 10px 5px 10px;
  width:722px;
  line-height:20px;
}
#tic * {
  /* this will hide all children tags */
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
  font-style:italic;
  font-weight:bold;
  margin:0px;
  padding:0px;
  display:none;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}