		noscript p, noscript ol {
			color:#a00;
			font-size:13px;
			line-height:1.4em;
			text-align:left;
		}
		
		noscript a {
			color:#a00;
			text-decoration:underline;
		}
		
		noscript ol {
			margin-left:25px;
		}
		
		a:focus {
			outline:none;
		}
		
		.stripViewer .panelContainer .panel ul {
		}
		
		#tabslider1 {
				background-image:url(../focus/images/case00_bg.gif);
				background-repeat:no-repeat;
				background-position:left top;
				text-align:center;
				margin:0;
		}
		
		* html #tabslider1 {
				background-position:-11px top;
		}
		
		/* These 2 lines specify style applied while slider is loading */
		.csw {
			width:100%;
			height:40em;
			background:#fff;
			overflow:scroll;
		}
		.csw .loading {
			margin:200px 0 300px 0;
			text-align:center;
		}

		.stripViewer { /* This is the viewing window */
			position:relative;
			overflow:hidden;
			border-top:4px solid #938bbe; /* this is the border. should have the same value for the links */
			margin:auto;
			width:674px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height:40em;
			clear:both;
			background:#fff;
		}
		
		.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:674px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			margin:0px;
			padding:0px;
			padding-top:1em;
			text-align:left;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin:0px;
			padding:0px;
			text-align:left;
		}
		
		* html .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-left:-11px;
		}
		
		html>/**/body .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-left:2px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
		.stripNav ul li {
			margin:0px;
			padding:0px;
			float:left;
			width:162px;
			margin-right:0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			margin:0px;
			padding:0px;
		}
		
		.stripNav a { /* The nav links */
			font-size:10px;
			width:125px;
			line-height:39px;
			display:block;
			margin:0px;
			padding:0px;
			text-decoration: none;
		}
		
		.stripNav li.tab1 a { 
				background-image:url(../focus/images/case01_1_off.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab2 a { 
				background-image:url(../focus/images/case01_2_off.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab3 a { 
				background-image:url(../focus/images/case01_3_off.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab4 a { 
				background-image:url(../focus/images/case01_4_off.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		
		.stripNav li.tab1 a:hover {
				background-image:url(../focus/images/case01_1_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab2 a:hover {
				background-image:url(../focus/images/case01_2_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab3 a:hover {
				background-image:url(../focus/images/case01_3_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab4 a:hover {
				background-image:url(../focus/images/case01_4_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		
		.stripNav li.tab1 a.current {
				background-image:url(../focus/images/case01_1_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab2 a.current {
				background-image:url(../focus/images/case01_2_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab3 a.current {
				background-image:url(../focus/images/case01_3_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }
		.stripNav li.tab4 a.current {
				background-image:url(../focus/images/case01_4_on.gif);
				background-repeat:no-repeat;
				background-position:left top;
		 }


