.new_nav{
    width: 212px;
    border-top: 0px solid #999;
    padding-bottom: 40px;
}

.new_nav h3{
    font-size: 12px;
    color: #ffffff;
    background: #484848;
    height: 30px;
    padding-top: 5px;
    margin: 0px;
}

.new_nav h3 img{
    vertical-align: middle;
    margin: 0px 5px;
}

.new_nav ul li{
    list-style-type: none;
    background: url('../images/icons/nav_arrow.png') right 10px top 5px no-repeat;
}

.new_nav ul li a{
    color: #666666;
    font-size: 12px;
    font-family: "Trebuchet MS", Helvetica, sans-serif
}

a.left-nav-titles {
    text-decoration: none;
    color: #fff;
}

.content_container p
{
    text-align: center;
}

.testimonial
{
    background: #f9f9f9;
    border:1px lightgray solid;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    width:90%;
}

.testimonial-container:nth-child(odd) .testimonial{
    border-left: 10px solid #ccc;
}

.testimonial-container:nth-child(even) .testimonial{
    border-right: 10px solid #ccc;
}

.testimonial-container:hover .testimonial
{
    background-color: lightgray;
    border-color: gray;
}

.testimonial p:first-of-type:before
{
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.testimonial p:first-of-type:after
{
    color: #ccc;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-left: 0.25em;
    vertical-align: -0.4em;
}

.testimonial p:nth-of-type(2):before
{
    content: "--";
}

.testimonial p:nth-of-type(3)
{
    position:absolute;
    bottom:0;
}

.testimonial-container:nth-child(odd) .testimonial p{
    left:5px;
}

.testimonial-container:nth-child(even) .testimonial p{
    left:15px;
}

.testimonial p:nth-of-type(2)
{
    display:block;
    text-align:right;
}

.testimonial-container
{
    position:relative;
}

.testimonial
{
    display:inline-block;
    position:relative;
    padding-right:32px;
}

.testimonial img
{
    position:absolute;
    right:-21px;
    bottom:-21px;
    width:64px;
}

.testimonial-container .rating
{
    color:goldenrod;
    position: absolute;
    top:.25em;
    margin:auto;
    left:50%;
    transform: translateX(-50%);
    font-size:1.5em;
    z-index:2;
}

.testimonial-avg
{
    color:goldenrod;
    font-size: 2em;
    text-align: center;
}

.testimonial-controls
{
    min-width:10em;
    padding:.5em;
    border:1px solid #ccc;
    display:inline-block;
    margin:.5em;
    font-weight:bold;
}

.next
{
    border-right:10px solid #ccc;
}

.prev
{
    border-left:10px solid #ccc;
}

.testimonial-controls:hover
{
    background-color: lightgray;
    border-color: gray;
}

.testimonial-position
{
    width:97%;
    text-align:right;
}

.content_container
{
    text-align:center;
}



.testimonial-link
{
    padding:.5em 0;
    text-align: center;
    cursor:pointer;
    text-decoration: none;
    outline: none;
    height: 16px;
}
.testimonial-link:hover
{
    text-decoration: none;
    outline: none;
}
.testimonial-link i
{
    font-size: 2em;
    color:goldenrod;
    transition-duration:    .15s;
    transition-timing-function: ease-in-out;
}
.testimonial-link:hover i
{
    font-size: 2.5em;
}
.testimonial-link i:nth-child(1)
{
    transition-delay: 0s;
}
.testimonial-link i:nth-child(2)
{
    transition-delay: .15s;
}
.testimonial-link i:nth-child(3)
{
    transition-delay: .3s;
}
.testimonial-link i:nth-child(4)
{
    transition-delay: .45s;
}
.testimonial-link i:nth-child(5)
{
    transition-delay: .6s;
}
