		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		

		
		p#cross-links, p#valid { text-align: center }
		

		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		
		/*
body {
			font-family: Verdana, Arial;
			background: #ebebeb url("images/body-bg.png") repeat-y center;
			color: #000;
			width: 800px;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
		}
*/
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: absolute;
			width: 571px;
			float: right;
			top: 70px;
			right: 42px;
			overflow: hidden;
		}


		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 336px; background: #466221; overflow: hidden; z-index: 1500; color: white; }
		.csw .loading {margin: 100px 0 300px 0; text-align: center}



		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 571px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 336px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 571px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			display: none;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 2px;
			text-indent: -9000em;
			z-index: 900;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 34px;
			width: 37px;
		}
		
		.stripNavL {
			right: 45px;
		}
		
		.stripNavR {
			right: 0px;
		}
		
				
		.stripNavL {

			background: url(../images/animals/arrowback.gif) no-repeat center;

		}
		
		.stripNavR {

			background: url(../images/animals/arrowForward.gif) no-repeat center;

		}
		
		
.animalnav {
	width: 144px;
	position: absolute;
	top: 75px;
	left: 30px;
	text-align: right;
	line-height: 1em;
}

.animalnav li {
	margin-bottom: 1px;
}

.panel {
	position: relative;
}

.animalnav a {
	color: #391d02;
	display: block;
	padding: 3px 5px 3px 0;
	text-decoration: none;
	font-size: 1em;
}

.animalnav a:hover {
	color: white;
	background-color: #466221;
	text-decoration: none;
}

.animal-copy {
	width: 330px;
	height: 160px;
	position: absolute;
	top: 50px;
	right: 15px;
	color: white;
	font-size: .9em;
}


.animal-images {
	width: 261px;
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 1em;
}

.animal-images img {
	margin-right: 5px;
}



#cross-links a.current {
	color: white;
	background-color: #466221;
	text-decoration: none;
}