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

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

/* These 2 lines specify style applied while slider is loading */
.csw {width: 518px; height: 70px; background: none; overflow: none}
.csw .loading {width: 518px; height: 70px; 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;
	width: 518px; /* Also specified in  .stripViewer .panelContainer .panel  below */	
	height: 60px;	
	clear: both;
    border-width: 0 1px 4px 0;
    border-color: #CFCFD0;   
    border-style: solid;  	
	background: #ffffff;
}

.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;
	left: 0; top: 0;	
	width: 518px; /* 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: 0 0 0 15px;	
}

.stripViewer_gyrt .panelContainer .panel .wrapper img {
	padding: 0;
	margin: 0;	
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #F2F2F4;
}	

.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: 10px;
}

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

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

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

