.stripViewer_gyrt .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

div#slider-wrapgyrt_fej { 
	width: 570px;
	height: 31px;
	padding: 0;
	margin: 0 0 0 5px;		
	background: url(../images/nyitogyrt_bg.jpg) no-repeat left top;  
}

div#slider-wrapgyrt_fej p#gyrt_fej {	
 	padding: 12px 0 0 105px;
	margin: 0 0 0 5px;	
}	

div#slider-wrapgyrt_fej p#gyrt_fej a {
	color: #E3E6D3;
 	text-decoration: none;
}	

div#slider-wrapgyrt_fej p#gyrt_fej a:hover {
	color: #F2F4E9;
 	text-decoration: underline;
}	

div#slider-wrapgyrt_lab { 
	width: 575px;
	height: 26px;
	padding: 0;
	margin: 0;			
	/*background: url(../images/nyitogyrtlab_bg.jpg) no-repeat top left;*/  
}

.slider-wrapgyrt { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
    width: 565px;
    height: 70px;    	
    padding: 0;
    margin: 0 0 65px 0;			
    *margin: 0 0 10px 0;			
	border: none;	
	position: relative;
	left: 10px; top: 10px;		
}

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


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

.stripViewer_gyrt .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_gyrt .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	padding: 0;
	margin: 0;	
	position: relative;	
	width: 555px; /* Also specified in  .stripViewer  above */		
}

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

.stripViewer_gyrt .panelContainer .panel .wrapper img {
	padding: 0;
	margin: 5px;	
}	

.stripNav_gyrt { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav_gyrt ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav_gyrt ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav_gyrt a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;	
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav_gyrt li.tab_gyrt a { background: #60f }

.stripNav_gyrt li a:hover {
	background: #333;
}

.stripNav_gyrt li a.current_gyrt {
	background: #000;	
}

.stripNavL_gyrt, .stripNavR_gyrt { /* The left and right arrows */
	position: absolute;
	top: 55px;
}

.stripNavL_gyrt a, .stripNavR_gyrt a {
	display: block;
	width: 20px;
	height: 20px;	
}

.stripNavL_gyrt {
	left: 4px;
	*left: 3px;
}

.stripNavR_gyrt {
	right: 1px;
	*right: 11px;
}

.stripNavL_gyrt {
	background: url("../images/nyito/slider/arrow-left.jpg") no-repeat center;
}

.stripNavR_gyrt {
	background: url("../images/nyito/slider/arrow-right.jpg") no-repeat center;
}
