.stripViewer .panelContainer .panel ul {
	width: 520px;
	height: 310px;
	text-align: left;
	margin: 0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    width: 575px;
    height: 30px;    	
    padding: 0;
    margin: 0 0 0 10px;			
	border: none;	
	position: absolute;	
	left: 0; top: 15px;
	/*background: url(../images/nyito_dek.gif) no-repeat top center;*/  	
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 575px; height: 360px; background: none; overflow: none}
.csw .loading {width: 575px; height: 360px; margin: 150px 0 0 0; background: none; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;	
	left: 0; top: 15px;
	overflow: hidden; 
	/* this is the border. should have the same value for the links */
	padding: 0;
	margin: 0 0 0 15px;
	width: 555px; /* Also specified in  .stripViewer .panelContainer .panel  below */	
	height: 323px;	
	*width: 557px;	
	clear: both;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #CBD48E;	
	background: #F1F2EA url(../images/nyito_bg.jpg) repeat-x top center;  	
}

.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;	
	padding: 0;
	margin: 0;
	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;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;	
	width: 555px; /* Also specified in  .stripViewer  above */
	height: 318px;	
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 5px;
	margin: 0;	
	width: 545px;
	height: 310px;		
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */    
    height: 24px;
	margin: 0 0 0 15px;
	padding: 0;	
	position: relative;
	left: 0; top: 0;	 
}

.stripNav ul { /* The auto-generated set of links */
	margin: 0;
	padding: 0 0 0 5px;
    width: 552px;
    *width: 557px;
    height: 28px;
	list-style: none;
	background: #EAEDF2 url(../images/nyitoul_bg.jpg) no-repeat bottom center; 
}

.stripNav ul li {
	float: left;
	padding: 2px 0 0 0;
	margin: 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 */	
	color: #6A5540;
	text-align: center;
	text-decoration: none;	
	padding: 3px 0 0 0;
	margin: 0px;
    width: 37px;
	height: 25px;
	display: block;
	background: url(../images/nyitoli_bg.gif) no-repeat center 1px; 
}

.stripNav li.tab1 a { background: #cc0000}
.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 {
    padding: 6px 0 0 0;	
	color: #786E49;
	text-decoration: none;
	background: url(../images/nyitolion_bg.gif) no-repeat center 1px; 
}

.stripNav li a.current {
	padding: 6px 0 0 0;		
	color: #786E49;
	background: url(../images/nyitolion_bg.gif) no-repeat center 1px; 
}

