* {
	padding: 0;
}
.slider-wrap {
	margin: 0 0 30px 0;
}
.slider-wrap p, .slider-wrap ul {
	font-size: 13px;
	line-height: 1.4em;
	margin:0;
	padding: 0;
} 
.slider-wrap p a, .slider-wrap li a {
	color: #504D75;
	text-decoration: none;
}
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;
}
.slider-wrap a:focus {
	outline:none;
}
.slider-wrap img {
	border: 0;
}
.slider-wrap h3 { 
	margin: 0;
	padding: 0;
	text-align: left;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 200px;
	background: #F9F7EE;
	overflow: hidden;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px dotted #F7F4EB; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 400px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 130px;
	clear: both;
	background-color: #F7F4EB;
}
.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: 550px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	padding: 0;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	padding: 0;
}
.stripNav ul li {
	float: left;
	margin-right:0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	background:0;
	padding: 0;
}
.stripNav a {
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 6px;
}
.stripNav li.tab1 a {
	background: #F7F3EA;
}
.stripNav li.tab2 a {
	background: #F7F3EA;
}
.stripNav li.tab3 a {
	background: #F7F3EA;
}
.stripNav li.tab4 a {
	background: #F7F3EA;
}
.stripNav li.tab5 a {
	background: #F7F3EA;
}
.stripNav li a:hover {
	background: #F9F7EE;
}
.stripNav li a.current {
	background-color: #EC9E00;
	color: #fff;
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 125px;
	text-indent: -9000em;
}
.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;
}

.slider-wrap ul li {
	padding: 0;
}
/* Inside UL */
.linkit {
	color: #646870;
	margin:0;
	padding:0;
	width:380px;
}
.linkit h4 {
	margin: 0 0 .5em 0;
	padding: .5em;
	font-size: 12px;
	color: #74A050;
}
.linkit img.thumb {
	float: right;
	margin: .4em 0 .5em .5em;
	padding: .2em;
	width: 4em;
	border: 1px solid #E0E0D5;
	background: #fff;
}

ul.linkertab {
	list-style: none;
	border: 0;
	background: 0;
}
ul.linkertab li {
	margin: 0;
	padding: 0;
	color: #646870;
	overflow: hidden;
	list-style: none;
	width:380px;
}
ul li.last {
	margin-bottom: 2.5em;
	padding-bottom: 0;
	border: none;
}
ul.linkertab li a {
	display: block;
	padding: .5em 1em;
	line-height: 1.4em;
	height: 100px;
	color: #8F9195;
	background-color:#F7F4EB;
	overflow: hidden;
	border:none;
}
ul.linkertab li a strong {
	display: block;
	color: #646094;
	padding: .2em 0 .1em 0;
}
ul.linkertab li a em {
	display: block;
}
ul.linkertab li a img {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: .4em;
	border: 1px solid #E0E0D5;
	background: #fff;
}
ul.linkertab li a:hover strong {
	color: #504D75;
}
ul.linkertab li a:hover {
	background-color: #F9F7EE;
	border:none;
}

.linkit a:link, .linkit a:visited, .linkit a:active, .linkit a.active {
	color: #78a22f;
	text-decoration: none;
}

.linkit a:hover {
	color: #70982C;
	text-decoration: none;
}
.slider-wrap .pictureBox {
	border: none;
	padding: 0;
	margin: 0;
}
