.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:none;
width: 218px; /*width of featured content slider*/
height: 240px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 218px; /*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: 87px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:5px 0 0 131px;
}

.pagination a{
text-decoration: none;
display:none;
font-size:10px; width:27px;
line-height:19px; margin-right:9px;
}

.pagination a:hover, .pagination a.selected{
color: #707070;
float:left;
}

 .pagination a.selected {display:inline;}

.pagination a.prev,
.pagination a.next {color:#FF0000; display:block; float:left; width:19px; text-align:center;}

.pagination a.prev {background:url(../images/bg_arrow_left.gif) no-repeat;}
.pagination a.next {background:url(../images/bg_arrow_right.gif) no-repeat; margin-right:0;}