* { margin: 0; padding: 0 }

noscript p, noscript ol {
	color: #999999;
	font-size: 9px;
	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
}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0px;
	position: relative;
	width: 100%;
	padding: 0px;
	overflow: hidden;
}

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

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 330px;
	clear: both;
	background: #000;
	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: 100%;
	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. */
	overflow: hidden;
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 370px;
	position: relative;
	width: 900px; /* Also specified in  .stripViewer  above */
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 20px;
	overflow: hidden;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 100%;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	margin: 0px;
	padding: 0px;
}
		
.stripNav ul li {
	float: left;
	margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
		
.stripNav a { /* The nav links */
	font-size: 10px;
	text-align: center;
	color: #c1c1c1;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}
		
.stripNav li a:hover {
	background-color: #000;
}
		
.stripNav li a.current {
	background: #000;
	color: #639AD3;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 150px;
	text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
		
.stripNavL {
	left: -40px;
}
		
.stripNavR {
	right: -40px;
}
		
.stripNavL {
	background: url(../images/arrow-left.gif) no-repeat center;
}
		
.stripNavR {
	background: url(../images/arrow-right.gif) no-repeat center;
}
.panel_list {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.panel_list ul {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.panel_list li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c1c1c1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	list-style-type: none;
}
.content_image {
	position:relative;
	margin: 0px;
	float: right;
	width: 640px;
	height: 290px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
