﻿.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 0 0 30px;
}
.slider-wrap {
	/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 0;
	position: relative;
	width: 100%;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	background: #fff;
	overflow: scroll;
}
.csw .loading {
	margin: 0 0 300px 0;
	text-align: center;
}
.stripViewer {
	/* This is the viewing window */
			position: relative;
	overflow: hidden;
	border-top: 5px solid #505966;
	padding: 7px;
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */;
	height: 420px;
	clear: both;
	background: #fff;
}
.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: 700px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper {
	/* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
}
.stripNav {
	/* This is the div to hold your nav (the UL generated at run time) */
			float: right;
	margin-right: 85px;
}
.stripNav ul {
	/* The auto-generated set of links */
			list-style: none;
	margin-left: -40px;
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */;
	padding-bottom: 0px;
}
.stripNav a {
	/* The nav links */
			font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background: #ccc;
	color: #283850;
	text-decoration: none;
	display: block;
	padding: 5px 3px;
	width: 150px;
}
.stripNav li.tab1 a {
	background: #ccc;
}
.stripNav li.tab1 a.current {
	background: #0d1520;
	color: #fff;
	background-image: url("/Advocacy/mwl/PublishingImages/mwl-tab-was.png");
	background-repeat: no-repeat;
	background-position: center;
}
.stripNav li.tab1 a:hover {
	background: #0d1520;
	color: #fff;
	background-image: url("/Advocacy/mwl/PublishingImages/mwl-tab-was.png");
	background-repeat: no-repeat;
	background-position: center;
}
.stripNav li.tab2 a {
	background: #ccc;
}
.stripNav li.tab2 a.current {
	background: #0d1520;
	color: #fff;
	background-image: url("/Advocacy/mwl/PublishingImages/mwl-tab-ayar.png");
	background-repeat: no-repeat;
	background-position: center;
}
.stripNav li.tab2 a:hover {
	background: #0d1520;
	color: #fff;
	background-image: url("/Advocacy/mwl/PublishingImages/mwl-tab-ayar.png");
	background-repeat: no-repeat;
	background-position: center;
}
.stripNav li.tab3 a {
	background: #ccc;
}
.stripNav li.tab3 a.current {
	background: #0d1520;
	color: #fff;
	background-image: url("/Advocacy/mwl/PublishingImages/mwl-tab-dyk.png");
	background-repeat: no-repeat;
	background-position: center;
}
.stripNav li.tab3 a:hover {
	background: #0d1520;
	color: #fff;
	background-image: url("/Advocacy/mwl/PublishingImages/mwl-tab-dyk.png");
	background-repeat: no-repeat;
	background-position: center;
}
.stripNav li.tab4 a {
	background: #63c;
}
.stripNav li.tab5 a {
	background: #00e;
}
.stripNav li a:hover {
	background: #333;
	color: #fff;
}
.stripNav li a.current {
	background: #0d1520;
	color: #fff;
}
.stripNavL, .stripNavR {
	/* The left and right arrows */
			position: absolute;
	top: 120px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 50px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.toggleopacity img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.5;
}
.toggleopacity:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.toggleopacity img {
	border: 1px solid #fff;
}
.toggleborder:hover img {
	border: 1px solid navy;
}
.toggleborder:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
#mwl-container {
	background-color: #CCC;
	height: 300px;
	width: 800px;
	padding: 10px;
}
#mwl-row1 ul, #mwl-row2 ul {
	width: 960px;
	list-style: none;
}
#mwl-row1 li, #mwl-row2 li {
	display: inline;
	float: left;
	width: 140px;
	background-color: #999;
	margin-right: 10px;
	height: 145px;
}
#mwl-row2 {
	padding-top: 20px;
}
h3 {
	color: #999;
	font-size: 1.3em;
	margin-bottom: 1em;
	line-height: 1.2em;
	font-weight: bold;
	font-variant: normal;
	border-bottom: none;
}
h2 {
	border-bottom: 1px solid #f4f0e4;
	padding-bottom: 10px;
	color: #505966;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	margin-bottom: 0px;
}
