/* Before/After styles */

  #testimonialsDisplay {
    width:600px;
    margin-left:25px;
  }
  #testimonials H3 {
    text-align:center;
  }

  .testimonialsItem {
    position:relative;
    width:600px;
    height:auto;
    margin:20px 0px;
  }
  .testimonialsItem H3 {
    width:600px;
    text-align:center;
  }
  .testimonialsItem H4 {
    width:600px;
    font-size:10px;
    text-align:right;
  }
  .testimonialsItem P {
    width:580px;
    margin:10px !important;
    padding:0px !important;
  }

