.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 220px; /*width of featured content slider*/
height: 140px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: transparent;
	width: 220px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
/*	-moz-opacity: 1;*/
/*	opacity: 1;*/
	color: #424242;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	text-transform: lowercase;
	line-height: 145%;
	font-size: 10pt;
	font-variant: small-caps;	
}

.pagination{
	width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: transparent;
	padding: 5px 10px;
	border-top:1px solid #CCCCCC;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
border:1px solid #CCCCCC;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
