.hide-nav {
		display:none;
		}
		.show-nav {
		display:block;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 630px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 316px; background: #000; overflow: scroll; color:#fff;}
		.csw .loading {margin: 145px 0 200px 0; text-align: center;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 630px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 316px;
			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;
			width: 100%;
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 630px; /* Also specified in  .stripViewer  above */
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 258px;
			/*text-indent: -9000em;*/
		}
		
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		div#stripNavR0.first-right a {
	width: 245px;
	background: url("/js/coda-slider/images/arrow-right-first.gif") no-repeat center;
}
	
		.stripNavL a,
		 .stripNavR a {
			display: block;
			height: 33px;
			position: relative;
			text-indent: -9999em;
			border: 0 !important;
			overflow: hidden;
		}
		
		.stripNavL a {
			left: 13px;
			width: 31px;
		}
		
		.stripNavR a {
			left: -26px;
			width: 109px;
		}
		
		
		.stripNavL a {
			background: url("/js/coda-slider/images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR a {
			background: url("/js/coda-slider/images/arrow-right.gif") no-repeat center;
		}
