noscript p, noscript ul
{
	margin: 1em;
}

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 40px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 10px 0 0 0;
			position: relative;
			width: 100%;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 500px;
			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;
			background-color: #707050;
			/* -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: 500px;
			color: #000000;
			position: relative;
			margin: 0;
			background: #707050 url(http://www.saleseventmarketing.com/assets/images/new/coda/panel_back.png) repeat-x;
			width: 650px; /* Also specified in  .stripViewer  above */
		}
		
		.panel h3
		{
		/*	font-family: Helvetica, Arial, sans-serif;
			background: none;
			font-size: 138.5%;
			padding-bottom: 0.3em;
			margin-bottom: 0.7em;
			margin-top: 0.7em;*/
			display: none;
		}
		
		.panel p
		{
			padding: 1em;
		}
		
		.panel .leftImg
		{
			float: left;
			margin: 1em;
			background-color: #b4b4bf;
		}
		
		.panel .rightImg
		{
			float: right;
			margin: 1em;
			background-color: #b4b4bf;
		}
		
		.panelBottom {
			background: url(http://www.saleseventmarketing.com/assets/images/new/coda/panel_bottom.png) #000000 top 40px no-repeat;
			height: 10px;
			margin-bottom: 10px;
		} 
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 1em;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			/* margin: auto; */
			margin: 0 40px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			
		}
		
		.stripNav a { /* The nav links */
			width: 160px;
			font-size: 93%;
			font-weight: bold;
			text-align: center;
			line-height: 30px;
			background: url(http://www.saleseventmarketing.com/assets/images/new/coda/tab_up.gif) no-repeat;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0;
		}
		
		.stripNav li a:hover {
			background: url(http://www.saleseventmarketing.com/assets/images/new/coda/tab_up.gif) no-repeat;
			color: #fff;
		}
		
		.stripNav li a.current {
			background: url(http://www.saleseventmarketing.com/assets/images/new/coda/tab_down.gif) no-repeat;
			color: #000000;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 250px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(http://www.saleseventmarketing.com/assets/images/new/coda/left_arrow.png) no-repeat center;
		}
		
		.stripNavR {
			background: url(http://www.saleseventmarketing.com/assets/images/new/coda/right_arrow.png) no-repeat center;
		}
