.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 324px; /*width of featured content slider*/
height: 350px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;

width: 314px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
text-align: center;
}
.sliderwrapper .contentdiv p {
	text-align: center;
	width: 314px;
	float: left;
}

.pagination{
width: 304px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
text-align: center;
border-bottom:1px #636363 dashed;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #636363;
font-size: 11px;
color: #636363;
}

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