.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px #6382E7 dotted;
border-bottom-width: 0px;
width: 373px; /*width of featured content slider*/
height: 242px;
}



.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: 371px; /*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{

text-align: left;
background-color: #FFFFFF;
border-left: 1px #6382E7 dotted;
border-bottom: 1px #6382E7 dotted;
border-right: 1px #6382E7 dotted;
float: left;
width: 100%;
padding: 13px 10px 13px 10px;
}

.pagination a{
padding: 2px 5px 2px 5px;
margin-left: 1px;
text-decoration: none; 
font-size:10px;
font-family: Verdana, 'MS Sans Serif';
color: #FFFFFF;
background-image:url(../i/main_front_image_buttons3.gif);
background-repeat: no-repeat;
text-align: left;
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFFFFF;
}

.quicklinks-div{float: left; border-right: 1px #6382E7 dotted; border-bottom: 1px #6382E7 dotted; width: 323px; padding: 13px 10px 13px 0px;}