
/*-  TESTIMONIALS
----------------------------------------------------------------------*/

#testimonials_wrap #container {
    width:900px;
    padding:25px;
    margin:0 auto;
    z-index:0;
    text-align:center;
}

#testimonials_wrap #container a {
    font-style:none;
    text-decoration: none;
    color: #a6a6a6;
}

#testimonials_wrap #container p {
    color: #ffffff;
    font-style:italic;
    line-height:150%;
}

#testimonials_wrap #testimonials_frame {
    height:175px;
    position:relative;
}

/*
    Slideshow style
*/

#testimonials_wrap #slides {
    position:absolute;
    top:5px;
    z-index:100;
}

#testimonials_wrap .slides_container {
    top: 18px;
    width:900px;
    height:60px;
    overflow:hidden;
    position:relative;
    display:none;
}


#testimonials_wrap #slides .slide {
    padding:5px;
    width:880px;
    height:90px;
    display:block;
}

/*
    Next/prev buttons
*/

#testimonials_wrap #slides .next, #testimonials_wrap #slides .prev {
    position:absolute;
    top:30px;
    left:-23px;
    width:13px;
    height:16px;
    display:block;
    z-index:101;
}

#testimonials_wrap #slides .next {
    left:904px;
}
