.sliderwrapper
{
 position: static; /*leave as is*/
 overflow: hidden; /*leave as is*/
 width: 256px; /*width of featured content slider*/
 height: 76px;
 text-align:left;
}

.sliderwrapper .contentdiv
{
 visibility: hidden; /*leave as is*/
 position: static; /*leave as is*/
 left: 0;  /*leave as is*/
 top: 0;  /*leave as is*/
 width: 100%; /*390px;*/ /*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;
 display: block;
 font: 12px arial;
 color: #000000;    /* text color in spotlight*/
}

.pagination
{
 width: 256px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
 text-align: right;
}

.pagination a
{
 padding: 0 2px;
 text-decoration: none;
 color: #ffffff;

}

.pagination a:hover, .pagination a.selected
{
 color: #ff0000;
}
