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

img{
	border:none;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
padding: 5px 5px 5px 5px;
width: 285px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 330px;
/*background-color: #CCCCCC;*/
/*border-color: #CCCCCC;
border-width: 4px;
border-style: solid;*/
}

.pagination{
width: 27px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
padding-top:0px;
margin: 0 auto;
margin-top: 5px;
}

.pagination a{
width: 11px;
height: 11px;
text-indent: -10000px;
display: block;
/*overflow: hidden;*/
float: left;
}

.pagination a.prev{
	background-image: url(../images/ss_prev_arrow.gif);
	width: 11px;
	height: 11px;
}

.pagination a.next{
	margin-left: 5px;
	background-image: url(../images/ss_next_arrow.gif);
	width: 11px;
	height: 11px;
}

.pagination a.prev:hover{
	background-position: bottom;
	width: 11px;
	height: 11px;
}

.prev{
	width: 11px;
	height: 11px;
}

.next{
	width: 11px;
	height: 11px;
}

.pagination a.next:hover{
	background-position: bottom;
}

.pagination a:hover, .pagination a.selected{
background-position: 0px -11px;
}