
#image-slider-wrapper {
width: 668px;
position: relative;
margin: 0 0 5px 0;
padding: 0;
float: left;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 668px;   /*width of featured content slider*/
height: 206px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
width: 668px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
z-index: 100;
}

.sliderwrapper .contentdiv img{
border: 0;
}

.pagination{
width: 663px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0 5px 0 0;
position: absolute;
bottom:0;
right: 0;
z-index: 2000;
}

.pagination a{
padding: 0;
margin: 0 3px 0 3px;
text-decoration: none; 
color: #fff;
text-align: left;
text-indent: -10000px;
outline: none;
display: inline-block;
width: 10px;
height: 10px;
background: url(circle.png) no-repeat top left !important;
border: 0;
}

.pagination a:hover, .pagination a.selected{
background: url(circle_hover.png) no-repeat top left !important;
}

* html .pagination a{
background: url(circle.gif) no-repeat top left !important;
}

* html .pagination a:hover, * html .pagination a.selected{
background: url(circle_hover.gif) no-repeat top left !important;
}