noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	color: #a00;
	text-decoration: underline
}
noscript ol {
	margin-left: 25px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
.slider-wrap {
	margin: 20px 0;
	position: relative;
	width: 100%;
}
/* 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
}
/* This is the viewing window */
.stripViewer {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #2c991f; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
/*	height: 360px; */
  height: 100%;
	clear: both;
	background: #fff;
}
/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
/* Each panel is arranged end-to-end */
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
}
/* Wrapper to give some padding in the panels, without messing with existing panel width */
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}
/* This is the div to hold your nav (the UL generated at run time) */
.stripNav {
	margin: auto;
}
/* The auto-generated set of links */
.stripNav ul {
	list-style: none;
}
/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
/* The nav links */
.stripNav a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #fff;
	color: #2c991f;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li a:hover {
	background: #69b908;
	color:#fff;
}
.stripNav li a.current {
	background: #2c991f;
	color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("pictures/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("pictures/arrow-right.gif") no-repeat center;
}
 </style>

