.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 100%; /*width of featured content slider*/
height: 140px;
}
.sliderwrapper .contentdiv{
display:none; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 98%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
text-align:left;
}
.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 10px 25px 0px 0px;
}
.pagination a{
padding: 3px 6px;
text-decoration: none; 
color: #fff;
background: #444;
}
.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #B75024;
}
.testimonial-img{ float:left; margin:0px 15px 10px 0px;}
