.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
vertical-align: top;
width: 280px; /*width of featured content slider*/
height: 262px;
_height: 266px;
z-index:0
}



.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: #111111;
width: 280px; /*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{
border: none;
width: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
height: 72px;
_height: 84px;
#height: 84px;
background-color: #111111;
padding: 2px;
}

.pagination a{
padding: 0px;
width: 160px;
text-decoration: none; 
color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
width: 160px;
color: #e82024;
}

.paginationtop{
border: none;
width: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
height: 103px;
_height: 113px;
#height: 113px;
background-color: #111111;
padding: 2px;
}

.paginationbottom{
border: none;
width: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
height: 72px;
_height: 70px;
#height: 70px;
background-color: #111111;
padding: 2px;
}


.paginationtop a{
padding: 0px;
width: 160px;
text-decoration: none; 
color: #FFFFFF;
}

.paginationtop a:hover, .pagination a.selected{
width: 160px;
color: #e82024;
}