a:focus { outline:none }
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 0;
	}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position:relative;
	overflow:hidden; 
	margin:auto;
	width:665px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:auto;
	clear:both;
	background:#fff;
	}
.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:665px; /* Also specified in  .stripViewer  above */
	}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
	}
.stripNav ul {
	width:665px;
	margin-bottom:0;
	}	
			
.stripNav ul li {
	float:left;
	margin-right:0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	}
#content-main .stripNav a { /* The nav links */
	font:bold 1.2em "Century Gothic",Helvetica,Arial,sans-serif;
	letter-spacing:-1px;
	color:#34363e;
	line-height:36px;
	background:#f4f5ef;
	color:#34363e;
	text-decoration: none;
	display: block;
	float:left;
	padding: 0 15px 0px 10px;
	margin:15px 0 0 0;
	border-right:4px solid #f4f5ef;
	}
#content-main .stripNav a:link,
#content-main .stripNav a:visited {
	color:#34363e;
	}	
#content-main .stripNav li.tab1 a { background: #f4f5ef;}
#content-main .stripNav li.tab2 a { background: #f4f5ef:}
#content-main .stripNav li.tab3 a { background: #f4f5ef;}
		
#content-main .stripNav li a:hover {
	background:#fff;
	color:#34363e;
	}
#content-main .stripNav li a.current {
	background:#fff;
	color:#34363e;
	border-right:4px solid #e9ebe0;
	}
.stripNavL a, .stripNavR a {
	display:none;
	}

