.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 450px; /*width of featured content slider*/
height: 265px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 20px 0;
background: white;
width: 450px; /*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;
}

.contentdiv ul{padding:0; margin:0 10px;}

.contentdiv ul li{
display:block;
background: no-repeat 0 -10px url(../images/layout06/wilco_bullet_redonwhite.gif);
line-height:18px;
list-style:none;
padding-left:14px;
}

.contentdiv ul li a, .contentdiv a.link{
font-weight:bold;
color:#FF0000;
}
.contentdiv ul li a:hover, .contentdiv a.link:hover{
font-weight:bold;
color:#000033;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:20px;
clear:both;
text-align: center;
padding: 5px 10px;
font-weight:bold;
}

.pagination a{
height:20px; width:20px; line-height:20px;
display:block; float:left;
text-decoration: none; 
color: #00007D;
margin:2px;
}

.pagination a:hover{
background: url(../images/homepage_slider/circle_medgray.gif)
}

.pagination a.selected{
background:url(../images/homepage_slider/circle_red.gif);
color:white;
}


