		/* 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 a {
	color: #2C8527;
	text-decoration: none
}
		
		.stripViewer .panelContainer {
	text-align: left;
	margin: 0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: auto;
	overflow: scroll
}
		.csw .loading {
	text-align: center;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 590px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	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: 590px;
	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: 590px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	text-align: justify;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
		}

.stripNav{display:none;}
