.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
border-bottom-width: 6px;
/* width: 200px; width of featured content slider*/
height: 200px;
margin: auto;
}



.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: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 200px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#catholder {background: #EE1c24; width:730px; height:25px; padding:0; text-align: left;}

.contentdiv b.categories {background:#EE1C24; width: 100%; color: white; padding:0; }

.pagination{
width: 730px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
display:block;
text-align: left;
background-color: #EE1C24;
padding: 5px 10px;
margin:auto;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
background: transparent;
font-size: 8pt;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #F27575;
}