.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 2px solid red;
/*border-bottom-width: 6px;*/
width: 545px; /*width of featured content slider*/
height: 260px;
clear:left;
z-index:1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 6px;*/
background: white;
width: 99%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
.width: 100%; /*ie7 hack, 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;
clear: left;
}
.sliderwrapper .contentdiv p, .sliderwrapper /*.contentdiv*/ div{
    padding: 0px 4px 0px 4px;
}

.pagination{
width: 98%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: transactions;
padding: 5px 6px;
}

.pagination a{
padding: 0 6px;
text-decoration: none; 
color: #00007D;
background: white;
border: 1px solid navy;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}