.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 896px; /*width of featured content slider*/
height:50px;
display:inline-block;
}

.sliderwrapper .contentdiv
{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #ffffff;
width: 896px; /*width of content DIVs within slider. Total width should equal slider's inner width (790+5+5=800) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height:50px;
display:inline-block;
}

.pagination{
width: 886px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: #336699;*/
padding: 5px 10px;
display:inline-block;

}

.pagination a{
/*padding: 0 5px;
text-decoration: none; 
color: #666666;
background: white;
border: outset 1px #666666;*/
}

.pagination a:hover, .pagination a.selected{
/*color: #336699;
background-color: #ffcc66;
border: outset 1px #666666;*/
}

.sliderwrapperTestimonial{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
max-width: 296px; /*width of featured content slider*/
height:100px;
display:inline-block;
}

.sliderwrapperTestimonial .contentdiv2
{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #ffffff;
max-width: 296px; /*width of content DIVs within slider. Total width should equal slider's inner width (790+5+5=800) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
height:100px;
display:inline-block;
}

.paginationTestimonial{
max-width: 286px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: #336699;*/
padding: 5px 10px;
display:inline-block;

}