.sliderwrapper{
	position: relative; /*leave as is*/
	overflow-x: hidden;
	overflow-y:auto; /*leave as is*/
	border-bottom-width: 6px;
	width: 660px; /*width of featured content slider*/
	min-height:400px;
	height:auto;
	padding-right:30px;
	padding-top:20px;

}

* html .sliderwrapper {
height: 400px;
}

.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: 530px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

height:auto;
}

.pagination{
width: 560px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 5px;
color: #99CCFF;
}

.pagination a{
padding: 0 3px 0 3px;
margin:0px;
text-decoration: none; 
color: #00007D;
background: white;
border:1px solid #fff;
}

.pagination a:hover, .pagination a.selected{
color: #000;
margin:0px;
background:#c4def8;
border:1px solid #99CCFF;
}
div#line { padding: 3px 2px; margin-bottom:5px;
border-bottom: 1px solid #ffcc00; }
