.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 573px; /*width of featured content slider*/
height: 209px;
margin-bottom: 26px;
}
* html .sliderwrapper {}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 100%; height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 19px;
text-align: left;
position: absolute; top: 201px; left: 22px;
z-index: 100;
font-family: Times New Roman;
font-size: 12px;
}

*:first-child+html .pagination  {} * html .pagination  {top: 200px; left: 13px;}

.pagination a{
width: 21px;
height: 19px;
font-weight: bold;
background: url(img/bg_contentsliderbtn.png) bottom no-repeat;
padding-left: 7px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 1px;
font-size: 14px;
color: #e9a222;
text-decoration: none;
behavior: url(iepngfix.htc);
}

*:first-child+html .pagination a  {background: url(img/bg_contentsliderbtn.png) bottom no-repeat;} * html .pagination a  {background: url(img/bg_contentsliderbtn.gif) bottom no-repeat;}

.pagination a:hover, .pagination a.selected {
width: 21px;
height: 19px;
color: white;
font-weight: bold;
background: url(img/bg_contentsliderbtn.png) bottom no-repeat;
padding-left: 7px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 1px;
text-decoration: none;
color: #fefefe;
behavior: url(iepngfix.htc);
}

*:first-child+html .pagination a:hover, .pagination a.selected {background: url(img/bg_contentsliderbtn.png) bottom no-repeat;} * html .pagination a:hover, .pagination a.selected {background: url(img/bg_contentsliderbtn.gif) bottom no-repeat;}