<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nivoSlider {
	position:relative;
	
}
.nivoSlider img {
	position:relative;
	top:15px;
	left:15px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	background-size:cover !important;
	background-position:center center !important;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	/*background:#000;
	color:#fff;*/
	/*opacity:0.8;  Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    position:relative;
    top:50px;
    left:300px;
	display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:998;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*============================*/



#slider-wrapper {
	
	width:962px;
    /*width:100%;*/
	height:298px;
	/*margin:auto;*/
    /*	margin-top:30px;
	margin-bottom:20px !important;	*//*    padding-top:74px;
    margin-top:50px;*/
    margin-left:auto;
    margin-right:auto;
}
#slider {
	/*background:url(../Images/marquee/marquee_banner02.png) 0 0 no-repeat;*/
	position:relative;
    top:4px;
	 z-index:1;
	width:962px;
    width:100% !important;
	height:298px;/*    margin-left:190px;*/
    margin-left: auto;
    margin-right: auto;
	background-size:cover !important;
	background-position:center center !important;
}
#slider img {
	position:absolute;
	display:none; 
	width:962px;
    width:100%;
	height:298px; 
    margin-left:auto;
    margin-right:auto;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:10px;
	bottom:10px;
	z-index:100;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(PTA%20%20PTO%20%20School%20fundraisers%20%20fundraising%20ideas%20for%20schools%20%20Fundraising_files/Images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:1px;
	float:left;
	font-size: 0;
	display:block;
	line-height: 0;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:1px;
	height:1px;
	/*background:url(../Images/arrows.png) no-repeat; */ /* to show arrows on marquee*/
	text-indent:-9999px;
	font-size: 0;
	display:block;
	line-height: 0;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption a {
	text-decoration:underline;
}</pre></body></html>