.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 2px solid #999;
width: 585px; /*width of featured content slider*/
height: 260px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 575px; /*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: 569px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #fff;
padding: 5px 10px;
}

.pagination img{ /*style for every navigational img within toggler */
border: 0px;
}

.pagination a{
display: -moz-inline-box;
display: inline-block;
color: #000;
padding: 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.pagination a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #e4e4e4;
color: black;
}

.pagination a:hover{
background: #E4EFFA;
color: black;
}

.pagination a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.pagination a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.pagination a.prev:hover, .pagination a.next:hover{
background: #1A48A4;
color: white;
}
