<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 746px; /*width of featured content slider*/
	height: 326px;
	z-index: 500;
}
.sliderButtons {
	position: absolute;
	width: 746px; /*width of featured content slider*/
	height: 64px;
	z-index: 600;
	margin: 262px 0 0 0;
	background:url(../images/quickbuttons.png) no-repeat scroll 0 0;
}




.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 5px;
	background: white;
	width: 753px; /*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);
	opacity: 1;
}

.pagination{
	padding: 5px 10px;
	z-index: 1500;
	position: absolute;
	margin-left: 590px;
	margin-top: 30px;
}

.pagination a{
	padding: 1px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	text-indent: -9999px;
	background-color: #017cbb;
	height: 3px;
	width: 3px;
	margin: 0 10px 0 0;
}
.sliderButtons  p.blink {
	position: absolute;
	z-index: 555560;
	width: 50px;
	height: 50px;
	margin-top: 10px;
}


.pagination a:hover, .pagination a.selected{
	color: #006;
	background-color: #666666;
}
.sliderButtons  p.blink   a{
	display: block;
	height: 50px;
	text-indent: -9999px;

}
</pre></body></html>