.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*width of featured content slider*/
	height: 450px;
	width: 420px;
	text-align: center;
	margin-left: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;








filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #FFFFFF;
	width: 100%;
	color: #000000;
	height: 100%;
	padding: 0px;
}
.contentdiv .jfkquote {
	width: 80%;
	margin-right: 10px;
	font-size: 12px;
	line-height: 160%;
}


.pagination{
	width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	color: #000000;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}

.pagination a{
	text-decoration: none;
	color: #000000;
	background: white;
	margin: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

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