.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0x solid navy;
border-bottom-width: 0px;
width: 640px; /*width of featured content slider*/
height: 417px;
background :none;
}



.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: 640px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	/* Changed by CHRIS */
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background: #f8f8f8;
font-family:'Arial', verdana, Helvetica, sans-serif;
font-size:14px;
padding: 1.5 10 22.5 10; /*top right bottom left*/
}

.pagination a{
padding: 10 5 5 10px;
text-decoration: none; 
font: bold 'Arial', Helvetica, sans-serif;
color: #D0591D;
font-size:14px;
/*background: #f8f8f8 url(/images/underline.jpg) bottom repeat-x;
*/border: 1px #CCCCCC;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #2495ba;
font-size:14px;
font: bold 'Arial', Helvetica, sans-serif;
}