.sliderwrapper{
position: relative; /*leave as is*/
width: 220px; /*width of featured content slider*/

}

.sliderwrapper .contentdiv{
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #FAFBF7;
width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-size: 18px;
line-height: 26px;
}

.pagination{
width: 223px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-family: Tahoma;
font-size: 9px;
text-align: right;
padding: 0px;
clear:both;
}

.pagination a{
padding: 0 1px;
margin: 0px;
text-decoration: none; 
font-family: Tahoma;
font-size: 9px;
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
font-family: Tahoma;
font-size: 9px;
color: #000;
background-color: #FEE496;
}
.quotes {
font-size:14px;
font-family:Georgia, 'Times New Roman', Times, serif; 
font-style: italic;
line-height: 20px;
}
.qname {
	font-size:11px;text-align:right;
}
