.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 260px; /*width of featured content slider*/
	height: 290px;
	float: right;
	margin: 0 0 0 10px;
	background-color: #c8c3be;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	height: 100%;
	width: 240px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding: 20px 10px;
	text-align: left;
}

.pagination {
	width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
}

.pagination a {
	font-size: 90%;
	text-decoration: none; 
	margin: 0;
	padding: 0;
	display: block;
}

.pagination a:hover, .pagination a.selected {
	font-weight: bold;
}

.pagination ul {
	margin: 0;
	padding: 0 20px 0 0;
}

.pagination ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
