.sliderwrapper{
margin-top:10px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 324px; /*width of featured content slider*/
height: 405px;
}

.sliderwrapper .contentdiv{
position: absolute; /*leave as is*/
left: 29px;  /*leave as is*/
top: 0;  /*leave as is*/
width: 291px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 391px;
border: solid 1px #cecfcf;
}
.sliderwrapper .contentdiv img{ margin: auto 0 auto 0} 
.pagination{
	margin:0;
	padding:0;
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
padding-top:10px;
margin-left:27px;
float:left;
padding-bottom:80px;
}

.pagination .toc{
	margin:0;
	padding:0;
	padding-left:4px;
	padding-right:4px;
	outline:none;
	float:left;
}

.pagination .toc img{
	BORDER: #cecfcf 1px solid;
	width:90px;
	top:0;
}

.pagination a:hover, .pagination a.selected{
color: #000;
}
