.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom: 10px solid navy;
border-bottom-width: 3px;
width: 638px; /*width of featured content slider*/
height: 225px;
}

.contentdiv img {
border: 0px;
}

.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: white;
width: 638px; /*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: 628px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;height:20px;
background-color: navy;
padding: 3px 10px 10px 0;
font-weight: bold;
}

.div1 {
float: left; 
font-size: 14px;
}

.div2 {
float: right; position: relative; color: #eeeeee;
font-type: arial;
}

.pagination a {
padding: 0 5px;
text-decoration: none; 
background-color: navy;
color: white;
font-weight: bold;
}

.pagination a:hover {
color: #navy;
background-color: gray;
}

.pagination a.selected {
color: #navy;
background-color: gray;
}

pagination.prev a{
background-color: navy;
}