.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
right: -3px;
border-bottom-width: 6px;
width: 100%; /*width of featured content slider*/
height: 175px; /*height: 250px;*/
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 98%; /*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{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
background-image:url(../images/bullets.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px 2px 0px 2px;
width:8px;
height:20px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-image:url(../images/bullets.jpg);
background-position:0px -20px;
background-repeat:no-repeat;
}

.contentdiv img
{
	width:100%;
	height:170px; /*height:245px;*/
}