/*8 239 6 239 6 239 6 239 8*/

.testimonials_container{
    width: 520px;
    margin: 20px 0 0 0;
}

.testimonials_slider{
    width: 520px;
    height: 380px;
    background-color: white;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA; 
     box-shadow:0 5px 5px #999;
    -moz-box-shadow: 0 5px 5px #999;
    -webkit-box-shadow: 0 5px 5px #999;
}

.testimonials_left_arrow, .testimonials_right_arrow {
    width: 30px;
    height: 380px;
    display: block;
    float: left;    
    cursor: pointer;
}


.testimonials_items{
    float: left;
    height: 380px;
    color: #555;
    width: 460px;
    overflow: hidden;
    position: relative;
}

.testimonials_item{
    position: absolute;
    float: left;
    width: 460px;        
    height: 380px;    
}

.testimonials_comment{
    font-weight: bold;
    font-size: 24pt;   
    line-height: 40pt;
    padding: 25px;
}

.testimonials_author{
    font-size: 11pt;    
    line-height: 15pt;
    text-align: right;
    padding: 0 25px 0 0;
}

.testimonials_messedescr{
    font-size: 11pt;    
    line-height: 15pt;
    text-align: right;
    padding: 0 25px 0 0;
}

.clearer{
    clear: both;
}
