<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Javascript jscImageRotator control Stylesheet
version 2.0
AdvanceByDesign.com

Copyright (C) 2011,2012 Robert Rook
Released under the terms of the
ABD Free Source Code Licence
*/
.jscir {
	position:relative;
	overflow:hidden;
	font-family:sans-serif;
	font-size:small;
	left:-18px;
	top:-25px;
	cursor:pointer;
}

/* The images in the image rotator */
.jscir img {
	width:100%;
	height:100%;
	border:0;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.jscir img.ir_secondimage { z-index:8; left:100%;}

/* The styles for the text shown on the rotator */
.jscir .ir_text {
  display:none;
  /*
	z-index:99;
	position:absolute;
	left:10%;
	top:10%;
	width:80%;
	text-align:center;
	background:#fff;
	opacity:0.8;
	filter:Alpha(opacity=80);
	border:1px solid #999;
	border-radius:4px;
  */
}

/* The styles for the bar with navigation, play/pause buttons */
.jscir .ir_nav {
	z-index:99;
	position:absolute;
	left:825px;
	bottom:5%;

}

/* Navigation buttons (numbers) */
.jscir .ir_nav .ir_slide {
	display:inline-block;
	padding:2px 0;
	border:1px solid #999;
	margin:0 2px 0 0;
	background:#ffffff;
	cursor:pointer;
	text-align:center;
	width:18px;
	border-radius:4px;
	font-weight:bold;
	left:20px;
}
/* Current slide button */
.jscir .ir_nav .ir_slide.ir_current {
	color:#ffffff;
	background-color:#03854e;
}

/* Play button */
.jscir .ir_nav .ir_play, .jscir .ir_nav .ir_pause {
	display:inline-block;
	padding:2px 5px;
	border:1px solid #999;
	margin:0 2px 0 0;
	cursor:pointer;
	background:#ffffff;
	font-weight:bold;
	text-align:center;
	border-radius:4px;
}

/* Pause button */
.jscir .ir_nav .ir_pause {
}

/* Secondary Slide Show */
#jscir_1_nav{
  left:10px;
  bottom:.5% !important;
}

#jscir_1_nav .ir_slide{
  left:0px;
  width:12px !important;
  height:10px !important;
  line-height: 75%;
  margin:0 1px 0 0;
}

#jscir_1_nav .ir_play, #jscir_1_nav .ir_pause{
  height:10px !important;
  line-height: 75%;
}

#jscir_1.jscir {
	position:relative;
	overflow:hidden;
	font-family:sans-serif;
	font-size:small;
	left:-18px;
	top:0px;
	}

#jscir_2,
#jscir_3 {
	position:relative;
	overflow:hidden;
	top:225px;
	}
			
#jscir_2 {
	left:-1000px;
	}

#jscir_3 {
	margin-left:-950px;
	}

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