		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 5px 0px 0px 0px;
	position: relative;
	width: 100%;
	z-index:0;
	overflow: auto;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 902; height: 310px; background: #fff; overflow: scroll}
		.csw .loading {margin: 300px 0 200px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;
			overflow-y: scroll;
			overflow-x: hidden;

			border-top: 0px solid #fff; /* this is the border. should have the same value for the links */
			border-bottom: 0px solid #fff; 
			border-left: 0px solid #fff; 
			border-right: 0px solid #fff; 
			margin: 0px;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 500px;
			clear: both;
			background: #F2B793;
			opacity:1.0;filter:alpha(opacity=100);
		}
		
		.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: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			margin: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0px; padding:0px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin:0px; padding:0px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: normal;
			text-align: center;
			font-family:tahoma, arial;
			line-height: 16px;
			background: none;
			color: #fff;
			text-decoration: none;
			display: block;
			padding-left: 12px;
			padding-right: 12px;
			padding-top: 3px;
			padding-bottom:3px;
			border-left:0px dotted #F2B793;
			border-top:0px dotted #F2B793;
			border-right:0px dotted #F2B793;
		}
		
.stripNav a:hover {
			background: #F2B793;
			color: #84320D;
		}
		
.stripNav a.current {
			background: #F2B793;
			color: #84320D;
		}
p, ul { font-size: 8.5pt; line-height: 1.4em; font-family:Arial, Helvetica, sans-serif;} 
p a, li a { color: #003366; text-decoration: underline;}
p#cross-links { text-align: center }
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
