* { margin: 0; padding: 0 }

noscript p, noscript ol {
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
noscript a {
	color: #6299D1;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
noscript ol {
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}		
a:focus {
	outline:none;
	margin: 0px;
	padding: 0px;
}
		
		
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
		
		.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
	padding: 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px;
	position: relative;
	width: 900px;
	height: 370px;
	overflow: hidden;
	padding: 0px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 900px;
	height: 370px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
		.csw .loading {
	margin: 0px;
	text-align: center;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 0px; /* this is the border. should have the same value for the links */
	margin: 0px;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 370px;
	clear: both;
	padding: 0px;
		}
		
		.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: 900px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
			/* -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: 370%;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
	margin: 0px;
	padding: 0px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
	margin: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNav ul li {
	float: left; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNav a { /* The nav links */
	text-decoration: none;
	padding: 0;
	margin: 0px;
	visibility: hidden;
		}
		
		.stripNav li a:hover {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNav li a.current {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	text-indent: -9000em;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNavL a, .stripNavR a {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNavL {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNavR {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
		
		.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
		}
