.stripViewer .panelContainer .panel ul {
			text-align: left;
			
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 427px; background:none; overflow:hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;
			float:right;
			width: 922px; /* 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: 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: 922px; /* Also specified in  .stripViewer  above */
			height:427px;
			color:#fff;
		}

		
		
		
		
		
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			height:93px;
			display:block;
			position:absolute;
			top:-145px;
			right:0;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 1px; /* 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 */
			width:auto;
			height:29px;
			float:left;
			padding:65px 15px 0 15px;
			color:#736555;
			text-transform:uppercase;
			text-decoration:none;
			letter-spacing:2px;
			font-size:16px;
			font-family:Georgia, "Times New Roman", Times, serif;
			margin-right:2px;
			display:inline;
		}
		.stripNav li a:hover {
			background-color:#960000;
			background-image:url(../images/bg_hover.jpg);
			background-repeat:no-repeat;
			background-position:top center;
			color:#fff;
		}
		.stripNav li a.current {
			background-color:#960000;
			background-image:url(../images/bg_hover.jpg);
			background-repeat:no-repeat;
			background-position:top center;
			color:#fff;
		}
		
		
		
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display:none;
		}
		.stripNavL a, .stripNavR a {
			display:none;
		}
		.stripNavL {
			left: 0;
		}
		.stripNavR {
			right: 0;
		}
		.stripNavL {
			display:none;
		}
		.stripNavR {
			display:none;
		}