.ui-content {
    padding: 0;
    overflow: visible;
}
.title {
    display: none;
}
.header_pic img {
    width: 100%;
}
.testimonials h1,.testimonials h2,.testimonials h3 {
    font-family: Helvetica;
    font-weight: normal !important;
    text-align: center;
    padding: 0 10px;
}
.testimonials h1 {
    color: #777;
    font-size: 39px;
    margin: 17px 0 !important;
}
.testimonials h2 {
    color: #5b5b5b;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 27px;
    margin: 0 !important;
}
.testimonials h3 {
    color: #5b5b5b;
    font-size: 1em;
    font-weight: normal;
}
.load-testimonials .testimonial {
    padding: 25px;
    font-family: helvetica, arial;
    color: #5b5b5b;
    text-align: center;
}

.load-testimonials .testimonial.gray {
    background-color: #efefef;
}
.testimonial .t_img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.t_img img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 100%;
}
.testimonial p {
    font-size: 1em;
    margin: 10px 0;
    text-align: left;
}
.testimonial div {
    text-align: left;
}
.testimonial h2 {
    line-height: 27px;
    margin: 10px 0 !important;
}
.testimonial .event {
    font-style:  italic;
    text-transform: uppercase;
    font-size: 14px;
}
.testimonial .name {
    font-style: italic;
    font-size: 0.9em;
    padding-bottom: 5px;
}
.blue-btn {
    background-color: #3388CC;
    color: white;
    cursor: pointer;
    float: left;
    font-family: helvetica,arial;
    font-size: 20px;
    left: 50%;
    margin: 25px auto 25px -75px;
    padding: 8px 18px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    clear:both;
}
