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;
	}	

/* These 2 lines specify style applied while slider is loading */

.csw {
	background: #fff;
	height: 500px;
	overflow-y: scroll;
	padding-right: 1em;
	width: 100%;
	}
.csw .loading {
	margin: 0 0 500px 0;
	text-align: center;
	overflow: hidden;
	}

/* nav list, generated at run time */

.stripNav {
	display: none;
	}

/* panel viewing window */

.stripViewer {
	position: relative;
	overflow: hidden; 
	border: none;
	margin: 0;
	width: 625px;
	clear: both;
	}

/* main container holds panels end-to-end. width is calculated and specified by the javascript  */

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 623px;
	list-style-type: none;
	/* -moz-user-select: none; */
	}

/* panels */

.stripViewer .panelContainer .panel {
	float:left;
	height: 300px;
	position: relative;
	width: 625px;
	}
.stripViewer .panelContainer .panel h3 {
	margin-top: 0;
	}

/* panel left/right navigation */

p.crossLinks {
	color: #ddd;
	font-weight: bold;
	text-align: right;
	}