

/*STYLES FOR TESTIMONIAL SLIDER */



#outterWrap {
background: url(images/background.png) no-repeat;
width: 305px;
height: 400px;
padding: 10px 0px 0px 30px;
margin: 0px 0px 0px 0px;
float:left;
}

#testimonialsWrap {
width: 265px;
height: 200px;
margin: 0px 0px 0px 0px;
padding: 9px 0px 20px 0px;
}

#testimonialsWrap p {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
font-weight: 600;
color:#000000;
}

.slider_prev {
background: url(images/previous.png) no-repeat;
width: 56px;
height: 38px;
margin: -6px 0px 0px 140px;
}

.slider_next {
background: url(images/next.png) no-repeat;
width: 56px;
height: 38px;
margin: -6px 5px 0px 0px;
}

