.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background:url(../misc_img/programs_back.jpg) no-repeat;
width: 170px; /*width of featured content slider*/
height: 320px;
left:13px;
margin-bottom:1px;
}



.sliderwrapper .contentdiv{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#666;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 1px;  /*leave as is*/
top: 35px;  /*leave as is*/
padding:5px;
background: white;
margin:0 auto;
width: 150px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 230px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv img {
	padding-bottom:10px;
}

.pagination{
width:170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 2px;
position:absolute;
top:290px;
left:53px;
}

.pagination a{
padding: 0 5px 0 10px;
text-decoration: none;
color: #00007D;
background:url(../misc_img/nav_bullet.gif) no-repeat 3px 3px;
width:12px;
height:12px;
display:block;
float:left;
}

.pagination a:hover, .pagination a.selected{
color: #000;
width:12px;
height:12px;
background:url(../misc_img/nav_bullet_select.gif) no-repeat 0 0;
}
