a:focus{
	outline:none
}
.stripViewer .panelContainer .panel ul{
	text-align:left;
	margin:0 15px 0 30px;
}
.stripViewer{ /* This is the viewing window */
	position:relative;
	overflow:hidden;
	margin:auto 0;
	width:590px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:auto;
	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;
}
.stripViewer .panelContainer .panel{ /* Each panel is arranged end-to-end */
	float:left;
	height:100%;
	position:relative;
	width:590px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper{ /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:0 40px 0 20px;
}
.stripViewer .panelContainer .panel .first .wrapper{ /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:0 40px 0 0;
}
.stripViewer .panelContainer .panel .last .wrapper{ /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:0 40px 0 0;
}
.stripNav,
.stripNavL,
.stripNavR{
	display:none;
}