<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Slider Style*/
/*+clearfix {*/
#slider:after, UL.pxs_thumbnails:after, .pxs_actions:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#slider, UL.pxs_thumbnails, .pxs_actions
{
	display: inline-block;
}
#slider, UL.pxs_thumbnails, .pxs_actions
{
/*\*/
	display: block;
/**/
	-height: 1px;
}
/*+}*/
BODY
{
	margin: 0;
}
/*[clearfix]*/#slider
{
	width: 85%;
	height: 500px;
	position: relative;
	display: block;
	overflow: hidden !important;
	/*+box-shadow:0px 0px 30px #000;*/
	-moz-box-shadow: 0px 0px 30px #000;
	-webkit-box-shadow: 0px 0px 30px #000;
	-o-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	margin-top: 20px;
	margin-bottom: 20px;
	/*+placement:margin-auto 0px 0px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
.pxs_bg
{
	background: transparent url(images/bg.png) repeat top left;
	height: 100%;
}
.pxs_bg DIV
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7584px;
/*1264px window width times number of images*/
	height: 500px;
	background-repeat: repeat;
	background-position: top left;
	background-color: transparent;
}
/*
Add a .pxs_bg# for each number of backgrounds specified in options.numBackgrounds
*/
.pxs_bg .pxs_bg1
{
	background-image: url(images/bg1.png);
}
.pxs_bg .pxs_bg2
{
	background-image: url(images/bg2.png);
}
.pxs_bg .pxs_bg3
{
	background-image: url(images/bg3.png);
}
.pxs_slider_wrapper
{
	display: none;
}
UL.pxs_slider
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 420px;
	width: 100%;
	padding: 0;
	margin: 0;
}
UL.pxs_slider LI
{
	float: left;
	list-style: none;
	position: relative;
	left: 0px;
	text-align: center;
	margin-top: 35px;
}
UL.pxs_slider LI IMG
{
	display: inline-block;
	border: 10px solid rgba(251, 249, 205, 0.3);
	/*+box-shadow:0px 0px 15px #000;*/
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	-o-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
}
/*[clearfix]*/UL.pxs_thumbnails
{
	height: 160px;
	position: absolute;
	top: 315px;
	width: 100%;
	left: 50%;
	padding: 0;
}
UL.pxs_thumbnails LI
{
	position: absolute;
	display: block;
}
UL.pxs_thumbnails LI IMG
{
	border: 5px solid #FFFFFF;
	cursor: pointer;
	/*+box-shadow:0px 0px 10px #000;*/
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-o-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: block;
}
UL.pxs_thumbnails LI.selected IMG
{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-color: #09530D;
}
.pxs_navigation SPAN
{
	position: absolute;
	width: 30px;
	height: 60px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	top: 145px;
	/*+opacity:60%;*/
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.pxs_navigation SPAN:hover
{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pxs_navigation SPAN.pxs_prev
{
	background: #000 url(images/prev.png) no-repeat center center;
}
.pxs_navigation SPAN.pxs_next
{
	background: #000 url(images/next.png) no-repeat center center;
}
.pxs_loading
{
	color: #FFF;
	font-size: 20px;
	padding: 15px 15px 15px 50px;
	position: absolute;
	background: #333 url(images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	opacity: 0.7;
	width: 180px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -90px;
}
/*[clearfix]*/.pxs_actions
{
	/*+placement:anchor-bottom-left 10px 10px;*/
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: block;
	width: 38px;
}
.pxs_pause, .pxs_play
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #FFFFFF;
	width: 20px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	/*+opacity:70%;*/
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	cursor: hand;
	text-indent: -10000em;
	background-image: url(images/play_pause.png);
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	height: 20px;
}
.pxs_pause:hover, .pxs_play:hover
{
	border-color: #828282;
	background-color: #FFF;
}
.pxs_pause
{
	background-position: -15px -10px;
}
.pxs_pause:hover
{
	background-position: -15px -21px;
}
.pxs_play
{
	background-position: 2px -10px;
}
.pxs_play:hover
{
	background-position: 2px -21px;
}
#birds
{
	width: 5%;
	height: auto;
	/*+placement:displace 0px 0px;*/
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 0;
}
#birds IMG
{
	width: 30%;
	height: auto;
	z-index: 0;
	/*+placement:anchor-top-left 0px 0px;*/
	position: absolute;
	left: 0px;
	top: 0px;
}
#birds #bird1
{
	width: 50%;
	left: 2%;
}
#birds #bird2
{
	width: 40%;
	top: 30%;
}
#birds #bird3
{
	width: 30%;
	left: 64%;
	top: 10%;
}
#birds #bird4
{
	width: 20%;
	top: 15%;
	left: 100%;
}
</pre></body></html>