		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 0px solid #5b3570; margin-bottom: 0px; padding-bottom: 0px }		
		
		a:focus { outline:none }				
					
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			overflow: hidden;
			margin: 0 5px 0 5px;
			list-style-type: none;
			list-style:none;
		}
		.panelContainer{padding-top:5px;border-top: 2px solid #f7720b;overflow:hidden;}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 1px 0;
			position: relative;
			overflow: hidden;
			width: 555px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; background: transparent; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center;}

		.stripViewer { /* This is the viewing window */			
			overflow: hidden; 
			border: 0px solid #5b3570; /* this is the border. should have the same value for the links */			
			width: 555px; /* Also specified in  .stripViewer .panelContainer .panel  below */			
			height:auto;
			clear: both;
			background: transparent;
		}
		
		.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;
			overflow: hidden; 
			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;
			overflow: hidden; 
			position: relative;
			width: 555px; /* Also specified in  .stripViewer  above */
			height: inherit;
			list-style-type: none;
			display:block;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		    text-align:left;
			padding: 5px;
			overflow: hidden; 
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			overflow: hidden; 
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style-type: none;
			list-style:none;
			width:555px;
			margin:0px;
			padding:0px;
			overflow: hidden;
		
		}
		
		.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 */
			list-style-type: none;
			list-style:none;
		}
		
		.stripNav a,.stripNav { /* The nav links */
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			line-height: 25px;
			background: transparent;
			color:#fff;
			text-decoration: none;
			display: block;
			list-style-type: none;
			list-style:none;
			padding-right:10px;
			padding-left:10px;
		}
		.stripNav li a:visited { list-style-type: none; list-style:none;text-decoration:none;color:#fff;}
		.stripNav li.tab1 a { background-color:#EDB402; border: #EDB402 1px solid; list-style-type: none; list-style:none;}
		.stripNav li.tab2 a { background-color:#EDB402; border: #EDB402 1px solid; list-style-type: none; list-style:none;}
		.stripNav li.tab3 a { background-color:#EDB402; border: #EDB402 1px solid; list-style-type: none; list-style:none;}
		.stripNav li.tab4 a { background-color:#EDB402; border: #EDB402 1px solid; list-style-type: none; list-style:none;}
		.stripNav li.tab5 a { background-color:#EDB402; border: #EDB402 1px solid; list-style-type: none; list-style:none;}
		
		.stripNav li a:hover {
			color:#fff;
			list-style-type: none;
			list-style:none;
		}
		
		.stripNav li a.current {
			background-color:#f7720b; border: #f7720b 1px solid;
			list-style-type: none;
			list-style:none;
			color: #FFFFFF;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 0px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			list-style-type: none;
			list-style:none;
			height: 23px;
			width: 23px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("prev.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("next.png") no-repeat center;
		}

