.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px white;
border-bottom-width: 6px;
width: 987px; /*width of featured content slider*/
height: 414px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 987px; /*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{
width: 987px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: none;
position:relative;
left:18px;
margin-top:-36px;
z-index:10000000000000000000000000000;
/*padding: 5px 10px;*/
}

.pagination a{
padding: 3px 8px;
text-decoration: none; 
color: #FFFFFF;
background:blue url(images/1strip_hover.png) repeat-x center;
font-weight:bold;
font-size:13pt;
border:1px solid #333333;

}

.pagination a:hover, .pagination a.selected{
color: #fff;
font-weight:bold;
/*background-color: #CCFF00;*/
background:magenta url(images/1strip.png) repeat-x center;
font-size:13pt;
}