.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background: url() #000000 repeat;
border-bottom-width: 0px;
width: 650px; /*width of featured content slider*/
height: 300px;
padding:0px
}

.bordering {
border: 1px dotted #555555;
width: 650px;
height: 300px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0px 0 0 0px;
padding: 0px;
background: #FFF;
border: 0px solid #DDD;
width: 650px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
margin: 0px;
width: 640px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: url() # repeat;
padding: 4px;
border: 0px solid #DDD;
border-top: 0px solid #DDD;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFF;
background: url() #333333 repeat;
}

.pagination a:hover, .pagination a.selected{
color: #EEE;background: url() #555555 repeat;
}
