@charset "utf-8";		
		* { margin: 0; padding: 0 }
		/* more sophisticated reset: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
				
		noscript p, noscript ol { color: #FFF;}
		noscript a { color: #699; text-decoration: none;}
		noscript a:visted { color: #699; text-decoration: none;}
		a:focus { outline:none }
		
		h3 { border-bottom: 1px solid #666; margin-bottom: 4px; padding-bottom: 3px; text-align: left;
			color:silver; font-size:12px }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 1040px;
		}

		/* 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 600px; background: overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: left}

		.stripViewer { /* viewing window */
			position: relative;
			overflow: hidden; 
			border:solid #000; /* border should have the same value for the links */
			border-width: 2px 2px 0 2px;
			margin: auto;
			width: 970px; /* also specified in  .stripViewer .panelContainer .panel  below */
			/*height: ;*/
			clear: both;
		}
		.panel {text-align:left}
		.stripViewer .panelContainer { /* big long container used to house 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; // stops accidental panel highlighting in Firefox. */
		}
		
		.stripViewer .panelContainer .panel { /* each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 970px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { 
			padding: 10px;
		}
		
		.stripNav { /* div to hold nav */
			margin: auto;
		}
		
		.stripNav ul { /* auto-generated set of links */
			list-style: none; 
		}
		
		.stripNav ul li {
			float: left;
			border-style:solid;
			border-width:0 2px 0 0;
			border-color:#009;
		}
		
		.stripNav a {
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 20px;
			background: #000;
			color: #699;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			
		}		
		.stripNav li a:hover {
			color:#F33;
		}
		
		.stripNav li a.current {
			color: #fff;
		}				
		.stripNavL, .stripNavR { 
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrowL.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrowR.png") no-repeat center;
		}
		
	</style>

