	/* New Slideshow */
	.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */height:320px; margin:0; position:relative; overflow:hidden; width:590px; }
	/* These 2 lines specify style applied while slider is loading */
	.csw {background:#fff; overflow:hidden}
	.csw .loading {margin:0; left:200px; position:absolute; top:100px;}
	.stripViewer { /* This is the viewing window */ position:relative; overflow:hidden; /* this is the border. should have the same value for the links */ margin:auto; width:590px; /* Also specified in  .stripViewer .panelContainer .panel  below */ height:320px; clear:both; background:#fff; }
		.stripViewer img { padding:0; }
	.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:590px; /* Also specified in  .stripViewer  above */ }
	.stripNav { /* This is the div to hold your nav (the UL generated at run time) */ margin:auto; position:absolute; bottom:9px; left:9px; z-index:10; }
	.stripNav ul { /* The auto-generated set of links */ list-style: none; }
	.stripNav ul li { float:left;	margin-right:5px; /* 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 */ -moz-border-radius:5px; -webkit-border-radius:5px; font-family:Lucida Grande; font-size:12px; font-weight:bold; text-align:center; line-height:21px; background:url(../_img/trans.png) repeat; color:#333; text-decoration:none; display:block; padding:0 7px; }
	.stripNav li a:hover { background: #fff; }		
	.stripNav li a.current { background:#fff; }
	.stripNavL, .stripNavR { /* The left and right arrows */ position:absolute; top:230px;	text-indent:-9000em; }