p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
p#cross-links { text-align: center }
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
a:focus { outline:none }
.slideWrapper{display:block;width:365px;height:127px;padding:8px 0 0 6px;}
.stripViewer .panelContainer .panel ul {/*text-align: left;margin: 0 15px 0 30px;*/}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */margin: 20px 0;position: relative;width: 100%;}
/* These 2 lines specify style applied while slider is loading */
.csw {width: 365px; height: 127px; padding:5px 0 0 5px;}
/*.csw .loading {margin: 200px 0 300px 0; text-align: center}*/
.stripViewer { /* This is the viewing window */position: relative;overflow: hidden;/* this is the border. should have the same value for the links */width: 365px; /* Also specified in  .stripViewer .panelContainer .panel  below */height: 127px;}
/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
/* -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 { position: relative;left: 0; top: 0;width: 100%;list-style-type: none;}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */float:left;height: 100%;position: relative;width: 365px; /* Also specified in  .stripViewer  above */}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */position:absolute;right:-54px;}
.stripNav ul { /* The auto-generated set of links */list-style: none;}
.stripNav ul li {/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */line-height:18px;}
.stripNav a {text-align: center;color:#454948;font-weight:bold;}
.stripNav li.tab1 a {}
.stripNav li.tab2 a {}
.stripNav li.tab3 a {}
.stripNav li.tab4 a {}
.stripNav li.tab5 a {}
.stripNav li a:hover {color: #fff!important;}
.stripNav li a.current {color:#fff;}
.stripNavL, .stripNavR { /* The left and right arrows */position: absolute;right: -75px;}
.stripNavL a, .stripNavR a {display: block;height: 20px;width: 17px;}
.stripNavL {right:-31px;top:95px;}
.stripNavR {right:-31px;top:115px;}
.stripNavL {background: url('../images/upArrow.png') no-repeat center;}
.stripNavR {background: url('../images/downArrow.png') no-repeat center;}
.panel{display:none;}