		.stripViewer .panelContainer .panel ul {
			 text-align: left;
			 margin: 0 0 ;
			 padding: 0px ;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0 0 0;
			position: relative;
			width:411px;
		}
		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #E9F8B6; /* this is the border. should have the same value for the links */
			margin:0px;
			width:411px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 300px;
			clear: both;
			background: none;
		}
		
		.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:0px; top:0px;
			width: 411px;
			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: 300px;
			position: relative;
			width: 411px;
		/* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		    margin: 0 0 ;
			padding: 0px;
			
			
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			 margin: 0 0 ;
			 padding: 0px ;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			margin: 0 0 ;
			padding: 0px ;
		}
		
		.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 { /* The nav links */
			font-size: 12px;
			font-family:Arial, Helvetica, sans-serif;
			text-align: center;
			color:#FFFFFF;
			text-decoration: none;
			display: block;
			padding-left:2px;
			padding-top:2px;
			background-image:url(../interface/banner/1.jpg);
			background-repeat:no-repeat;
			width:133px;
			height:21px;
			
			
			
			
		}			

		
		.stripNav li.tab1 a { background-image:url(../interface/banner/1.jpg); }
		.stripNav li.tab2 a { background-image:url(../interface/banner/1.jpg); }
		.stripNav li.tab3 a { background-image:url(../interface/banner/1.jpg); }
		.stripNav li.tab4 a { background-image:url(../interface/banner/1.jpg); }
		.stripNav li.tab5 a { background-image:url(../interface/banner/1.jpg); }

		
		.stripNav li a:hover {
			background-image:url(../interface/banner/1_ov.jpg);
			background-repeat:no-repeat;
			width:133px;
			height:21px;
			color:#FFFFFF;
			font-family:Arial;
			font-weight:bold;
		}
		
		.stripNav li a.current {
			background-image:url(../interface/banner/1_ov.jpg);
			background-repeat:no-repeat;
			width:133px;
			height:21px;
			color:#FFFFFF;
			text-decoration:none;
			font-family: Arial;
			font-weight:bold;

		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 0px;
			text-indent: 0;
			visibility:hidden;
		}
		
		#paneltab{
	position:relative;
	display:block;
	z-index:5;
			
			}
