.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*
border: 0px solid navy;
border-bottom-width: 0px;
*/
width: 310px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin : 0;
padding: 5px;
background: none;
width: 305px; /*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;

font-size : 11px;
line-height : 15px;
}

.pagination{
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin: 0;
margin-top : 20px;
padding: 0;
width : 200px;
text-align: right;
}

.pagination ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none;
width : 201px;
}

.pagination li {
margin: 0;
padding : 0;
margin-top : 5px;
margin-bottom : 5px;
width : 201px;
}

.pagination a {
margin : 0;
padding : 5px;
width : 196px;

font-size : 10px;
line-height : 26px;
text-decoration: none;

border-left : 1px solid #aaa;
border-top : 1px solid #aaa;
border-bottom : 1px solid #aaa;
border-right : 1px solid #aaa;

background-color : #fff;
color : #aaa;
}

.pagination a:hover {
color : #000;
}

.pagination a.selected{
color: #000;
border-left : 1px solid #aaa;
border-top : 1px solid #aaa;
border-bottom : 1px solid #aaa;
border-right : 1px solid #fff;
background-color : #fff;
}
