
noscript p, noscript ol  { color: #fff; font-size: 25px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
.slider-wrap         { margin: 0; position: relative; top: 5px; left: 15px; width: 742px; overflow: hidden }

		/* These 2 lines specify style applied while slider is loading */
		.csw     { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; width: 300px; height: 350px; overflow: hidden }
		.csw .loading    { text-align: center; margin: 50px 0 400px; padding: 0 0 0 200px; overflow: hidden }

		.stripViewer               { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 auto; padding-top: 0; position: relative; width: 742px; height: 278px; clear: both; overflow: hidden }
		
		.stripViewer .panelContainer     { list-style-type: none; position: relative; top: 0; left: 0; width: 100% }
		
		.stripViewer .panelContainer .panel         { background-color: #fbfced; position: relative; width: 742px; height: 278px; float: left }
		.stripViewer .panelContainer .panel.hider       { visibility: hidden }
		
		.stripViewer .panelContainer .panel .wrapper  { padding: 0 }
		
		.stripNav   { margin: auto; position: absolute }
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.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 */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		
		}
		.stripNav li a { display: none }
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR     { text-indent: -9000em; position: absolute; z-index: 999; top: 74px }
		
		.stripNavL a, .stripNavR a   { display: block; width: 49px; height: 46px }
		
		.stripNavL    { z-index: 999; left: 0; width: 49px; height: 46px }
		
		.stripNavR    { z-index: 999; right: 0; width: 49px; height: 46px }
		
		.stripNavL     { background-image: url("../images/scroll_left.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: center }
		
		.stripNavR     { background-image: url("../images/scroll_right.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: center }
button.prev   { background: #000 url("../images/scroll_left.png") no-repeat left top; text-indent: -999px; z-index: 999; width: 20px; height: 20px; border-style: none }
button.next   { background: #000 url("../images/scroll_right.png") no-repeat left top; text-indent: -999px; z-index: 999; width: 20px; height: 20px; border-style: none }
