		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		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 }
		
		img { border: 0 }

		.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: 0;
		padding: 0;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 697px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 415px;
			clear: both;
			background: #fff;
			padding: 5px 25px 5px 25px;
		}
		.wrapper {
			width: 675px;
		}
		
		.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: 967px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			width: 611px;
			float: left;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			padding: 0;
			margin: 0;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			
		}
		
		.stripNav a {
			display:block;
			height: 35px;	
			text-indent: -9999px;
			background-position: 0px 0px;
			margin: 0;
			padding: 0;
		}
		
		
.stripNav li.tab1 a 			{ width: 97px; background: transparent url('../images/home_menu.png') 0px 0px no-repeat;}
.stripNav li.tab1 a:hover 		{ background-position: 0px -35px; }
.stripNav li.tab1 a.current 	{  background-position: 0px -70px; }

.stripNav li.tab2 a 			{ width: 157px;background: transparent url('../images/home_menu.png') -97px 0px no-repeat;}
.stripNav li.tab2 a:hover 		{ background-position: -97px -35px; }
.stripNav li.tab2 a.current 	{  background-position: -97px -70px; }		
		
.stripNav li.tab3 a 			{ width: 165px;background: transparent url('../images/home_menu.png') -254px 0px no-repeat;}
.stripNav li.tab3 a:hover 		{ background-position: -254px -35px; }
.stripNav li.tab3 a.current 	{  background-position: -254px -70px; }		
		
.stripNav li.tab4 a 			{ width: 73px;background: transparent url('../images/home_menu.png') -419px 0px no-repeat;}
.stripNav li.tab4 a:hover 		{ background-position: -419px -35px; }
.stripNav li.tab4 a.current 	{  background-position: -419px -70px; }		
		
.stripNav li.tab5 a 			{ width: 128px;background: transparent url('../images/home_menu.png') -492px 0px no-repeat;}
.stripNav li.tab5 a:hover 		{ background-position: -492px -35px; }
.stripNav li.tab5 a.current 	{  background-position: -492px -70px; }		

.stripNav li.tab6 a 			{ width: 138px;background: transparent url('../images/home_menu.png') -620px 0px no-repeat;}
.stripNav li.tab6 a:hover 		{ background-position: -620px -35px; }
.stripNav li.tab6 a.current 	{  background-position: -620px -70px; }	
				
		.stripNavL, .stripNavR { /* The left and right arrows */
			display: none;
			text-indent: -9000em;
		}

		.form_button {
			margin: 10px 0;
			background-color:#f5f5f5;
			border:1px solid #dedede;
			border-top:1px solid #eee;
			border-left:1px solid #eee;
			font-size:100%;
			line-height:130%;
			text-decoration:none;
			font-weight:bold;
			color:#565656;
			cursor:pointer;
			padding:5px 10px 6px 10px; /* Links */
		}
		.form_button a {
			text-decoration:none;
		}

