.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	background-color: #e6fef4;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}
.slider-wrap h1#payoff {
	color: #66727A;
	text-decoration: none;
	font: normal normal 14px Arial;
	margin: 10px 0 0 20px;
	padding: 0;
	float: left;
}
/* 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: 0 0 0 10px;
	clear: both;
	height: 470px;
	padding: 0;
	width: 915px;
}
.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;
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	width: 500px;
}
.stripNav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	border: 1px solid #D1D7DB;
}
.stripNav a {
	text-align: center;
	background: #fff;
	color: #66727A;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	font: normal normal 11px/32px Arial;
	margin: 0;
}
.stripNav li a:hover {
	background: #248EC7;
	color: #fff;
}
.stripNav li a.current {
	background: #248EC7;
	color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	display: none;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}


