.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px; color: #e6e6e6;
border-bottom-width: 3px;
width: 965px; /*width of featured content slider*/
height: 266px; /* Modified to adjust size of the flash movie */
margin:15px 0;
}


.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: #ffffff;
width: 965px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 266px; /* Modified to adjust size of the flash movie */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.sliderwrapper .contentdiv div.linkContainer { padding: 200px 0 0 450px; } /* Modified to adjust size of the flash movie */
.sliderwrapper .contentdiv a.financialInstitutions { float: left; width: 155px; height: 0 !important; overflow: hidden; padding-top: 30px; height /**/: 30px; display: block; background: url( ../img/homepage/banner/banner_financial_off.gif ) left top no-repeat; }
.sliderwrapper .contentdiv a.financialInstitutions:hover { background: url( ../img/homepage/banner/banner_financial_over.gif ) left top no-repeat; }
.sliderwrapper .contentdiv a.techProviders { float: left; display: block; background: url( ../img/homepage/banner/banner_tech_off.gif ) left top no-repeat; height: 0 !important; overflow: hidden; padding-top: 30px; height /**/: 30px;  width: 188px; }
.sliderwrapper .contentdiv a.techProviders:hover { background: url( ../img/homepage/banner/banner_tech_over.gif ) left top no-repeat; }

.pagination{
width: 965px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: #ffffff;
padding: 0px 0px;
}

.pagination a{
background-image: url(images/rt_todobar_off.gif);
width: 118px;
height: 35px;
text-decoration: none;
text-align: center; 
color: #00007D;
font-family: tahoma, helvetica, arial;
font-size: 9px;
padding-top: 10px;

}

.pagination a:hover, .pagination a.selected{
background-image: url(images/rt_todobar_on.gif);
width: 118px;
height: 35px;
color: #000;
text-align: center; 
padding-top: 10px;
font-weight: bold;
}