@charset "utf-8";
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p {
	text-align: left;
	margin: 15px 0;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
		
		/* The 'height' styling controls the margin from the top of the page for the whole Slide Viewer. Also 'font-size' and 'line-height' will affect the margin*/
		ul {
	font-size: 0px;
	line-height: 0em;
	height: 40px;
} 
		
		p a, li a { font-size: 12px; line-height: 1.4em; color: #0099FF; text-decoration: none }
		li a { font-size: 0px; line-height: 0em; color: #0099FF; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links {
	text-align: center;
	position: fixed;
	clip: rect(auto,auto,auto,auto);
	top: 280px;
	left: 130px;
	margin-top: 20px;
}
		
		p#cross-links {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}
		
		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 }
		
		img { border: 0 }
		
		h3 {
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6CF;
	font-size: 16px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
		
		.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
		}

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

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 0px solid #FFF; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 400px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 430px;
	clear: both;
		}
		
		.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;
			/* -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: 100%;
	position: relative;
	width: 400px; /* Also specified in  .stripViewer  above */
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 110px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 180px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/leftArrow.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/rightArrow.gif") no-repeat center;
		}
