.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0  auto;
			padding:0px;
		}
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 auto;
			position: relative;
			width: 489px;
			padding:0px;
			
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height:265px; background: #fff; overflow: hidden;}
		.csw .loading {margin: auto 0px; text-align: center;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #DCDCDC; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 489px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 360px;
			clear: both;
			background: url(../images/tab_text_bg.jpg) bottom repeat-x #FFFFFF;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:14px;
			text-align:justify;
		}
		
		.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: 489px;
			list-style-type: none;
			margin:0px;
			padding:0px;
		
			/* -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;
			position: relative;
			width: 489px; 
			height: 120px;/* 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 10px 5px 10px;
			overflow: inherit ;
			height: 125px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0px;
	}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin:0px;
			float:left;
			padding:0px;
			width:508px;
		}
		
		.stripNav ul li {
			padding:0px;
			float: left;
			width: auto;
			 /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			line-height: 20px;
			background: url(../images/tabout.jpg) top left repeat-x;
			border: 1px solid #DCDCDC;
			border-bottom-width:0px;
			color: #525252;
			text-decoration: none;
			display: block;
			padding: 0px 14px 0px 14px;
			line-height:24px;		
			
		}
		
		.stripNav a:hover {
			background: url(../images/tabover.jpg) repeat-x;
			border: 1px solid #DCDCDC;
			border-bottom:none;
			color:#FFFFFF;
			text-decoration:none;
		}
		
		.stripNav a.current {
			background: url(../images/tabover.jpg) repeat-x;
			border: 1px solid #DCDCDC;
			border-bottom:none;
			color:#FFFFFF;
					}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 0px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 1px;
			width: 1px;
		}
		
		BODY, TD, TR, TH { font-family: Verdana; font-size: 13px; color: 000000; }

				.Regular { font-family: Verdana; font-size: 13px; color: 000000; }

				.FinePrint { font-family: Verdana; font-weight: normal; font-size: 11px; }

				.WhiteBold { font-family: Verdana; font-weight: bold; font-size: 12px; color: FFFFFF; }

				.RedBold { font-family: Verdana; font-weight: bold; font-size: 12px; color: #FF0000; }

				.GreenBold { font-family: Verdana; font-weight: bold; font-size: 12px; color: #008000; }

				.BoldRegular { font-family: Verdana; font-weight: bold; font-size: 12px; }

				.BoldFinePrint { font-family: Verdana; font-weight: bold; font-size: 11px; }
