/* Coda-Slider CSS - Internet Strategies tweeked for use in this site */

p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

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; }

a:focus { outline:none }

.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: 0px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 900px; height: 460px; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

/* This is the viewing window */
.stripViewer { 
	position: relative;
	overflow: hidden; 
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 540px;
	clear: both;
}

/* 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;
	/* -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. */
}

/* Each panel is arranged end-to-end */
.stripViewer .panelContainer .panel { 
	float:left;
	height: 540px;
	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: 0px;
}

/* This is here to hide any CSS or Coda-Slider elements we do not want to display but is required for the Function to operate correctly  */
.stripNavL a, .stripNavR, a.stripNavL, .stripNavR, .stripNav li a.current, .stripNav li a:hover, .stripNav { 
	display:none;
	margin: auto;
}

