		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 400px; overflow: hidden; background-color:#b50e0e;}
		.csw .loading {width: 100%; height: 400px; margin: 190px 0 190px 0; text-align: center; background-color:#b50e0e;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			width: 840px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 300px;
		}
		
		.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: 100%;
			/* -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: 840px; /* Also specified in  .stripViewer  above */
		}
		
	
#pg-result .stripViewer, #pg-result .panel {height: 400px;}
#pg-about .stripViewer, #pg-about .panel {height: 400px;}
#pg-bio .stripViewer, #pg-bio .panel {height: 400px;}
#pg-involve .stripViewer, #pg-involve .panel {height: 400px;}


.stripNav, .stripNavL, .stripNavR, .stripNav ul { display:none; }
