.sliderwrapper{
	
	width: 550px;
	height: 130px;
	margin-left:auto;
	margin-right: auto;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/ /*width of featured content slider*/
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/ /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	font-size: 10px;
	font-family: sans-serif;
	width:540px;
	margin-top: 10px;
	
	position: absolute;
	z-index: 1000;
	text-align: right;
}

.pagination a{
	text-decoration: none;
	color: #5c707c;
	                      
	padding: 5px;
	                      
	text-decoration: none;
	
}

.pagination a:hover, .pagination a.selected{
	color: black;
}