.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0;
	border-bottom-width: 0;
	width:900px; /*width of featured content slider*/
	height: 350px;
	padding:0;
	margin:0px;
	background-color:#FFF;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
float:left;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0px;
width:900px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 350px;
}

.pagination{
width: 26px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
float:left;
text-align: right;
font-size:11px;
font-family:"Trebuchet MS", Helvetica, sans-serif;
margin: 150px 0px 0 0;
}

.pagination a{
padding:0 5px;
border:1px solid #fff;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #8ABCEF;
}
