/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 391px; background: #fff; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.cswMembers {width: 840px; height: 350px; background: #fff; overflow: hidden}
.cswMembers .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*	border: 1px solid #000; */ 
	width: 1024px; /* Also specified in  .stripViewer .panelContainer .panel  below */	
	height: 391px;	
	z-index:5;	
	clear: both;
}

.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%;
	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: 100%;
	position: relative;
	width: 1024px; /* Also specified in  .stripViewer  above */
}


/* This is the div to hold your nav (the UL generated at run time) */	
/* The auto-generated set of links */		
.stripNav { position: relative;	z-index: 7;}

.stripNav ul {	list-style: none; position:absolute; top:335px; left:65px; z-index:7; width:120px;}
				
.stripNav li {float:left; border:1px solid #fefefe; margin: 2px; height:22px;}

.stripNav li a {font-weight:bold; color:#fefefe; font-size:15px; padding:2px 6px 2px 6px; line-height: 22px; text-decoration: none; }

.stripNav li a:hover {color:#a2cffb; background: #333;}		
		
.stripNav li a.current {background: #000; color: #fff;}
		
#slider1 {position:relative; float:left;} 
		
			