		

			
		
		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 }
			
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 auto;
			width: 400px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 400px; background: transparent; overflow: visible}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 390px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			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: 0px;
			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;
			position: relative;
			text-align:center;
			width: 390px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px; padding-top:10px; margin-bottom:35px; 
		}
		.wrapper {text-align:left}
		
		.panel { border-top:1px solid white}
		
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size:13px;
			text-align: center;
			line-height: 20px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding:0px 5px;
			margin-left:4px;
			margin-right:4px;			
			color: #fff;
		}
		
		.stripNav li.tab1 a { background: #6A9929}
		.stripNav li.tab2 a { background: #6A9929 }
		.stripNav li.tab3 a { background: #6A9929 }
		.stripNav li.tab4 a { background: #6A9929 }
		.stripNav li.tab5 a { background: #6A9929 }
		.stripNav li a:hover {
			background: #888;
		}
		
		.stripNav li a.current {
			background: #4d4d4d;
			color: #fff;
			position:relative;
			z-index:2;
			top:1px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display:none;
			width:0px;
			visibility:hidden
		}
		
		
		.topiclink {margin:0px 4px 38px 4px; border: 1px solid white; float:left; width:110px; height:110px; font-weight:bold} /* Any more than 4px margin either side and IE6 screws up by putting the final panel below the penultimate one*/
		.topiccaption {position:relative; top:113px; text-align:left}
		