﻿.testimonials-slide
{
    background: #FFFFFF;
    height: 700px;
}

.testimonials-slide-first-line
{
    background: #F2F2F2;
}

.testimonials-slide-second-line
{
    background: #E5E5E5;
}

.testimonials-slide-third-line
{
    background: #D9D9D9;
}

.thanks 
{
    color: #EC9E6B;
    margin-left: 280px;
    text-shadow: -10px 1px 0px #fbece1;  
}

.testimonials-slide-left
{
    width: 720px;
}

.flying-block 
{
    margin-top: 15px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    margin-left: 0px;
}

.testimonials-slide-left h2
{
    font-weight: 900;
    color: #666666;
}

.triangle 
{
    
    width: 0;
    height: 0;
    border-bottom: 20px solid #99C26B; 
    border-right: 20px solid transparent;
}

.green-block 
{
    width: 360px;
    background-color: #99C26B;
    padding: 20px;
    
}

.testimonials-slide-right 
{
    width: 215px;
    margin-left: 20px;
    margin-top: 50px;
}

.testimonials-slide-right h2 
{
     margin-bottom: 15px;
}