* { margin: 0; padding: 0 }
		/* 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/ */

		.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 */
			margin: 0px;
			position: relative;
			width: 100%;
			float: left;
			top: 18px;
			height: 230px;
			clear: right;
		}

		.csw
		{
			width: 100%;
			height: 460px;
			background: #fff;
			overflow: scroll;
		}
		
		
		.csw .loading
		{
			margin: 200px 0 300px 0;
			text-align: center;
		}
		
		
		
		.stripViewer
		{
			/* This is the viewing window */
			position: relative;
			overflow: hidden;
			margin: auto;
			width: 825px;
			clear: both;
			/*
					border: 1px solid blue;
		*/
			height: 230px;
		}
		
		
		
		.stripViewer .panelContainer
		{
			position: relative;
			left: 0;
			top: 0;
			width: 90%;
			list-style-type: none;
			float: left;
			margin: 0;
			padding: 0;
			height: 230px;
		}
		
		
			.stripViewer .panelContainer .panel
		{
			float: left;
			height: 230px;
			position: relative;
			width: auto;
			padding: 0;
			margin: 0;
		}
		
	
		
		.stripViewer .panelContainer .panel2
		{
			float: left;
			height: 240px;
			position: relative;
			width: 630px;
			padding: 0;
			margin: 0;
		}
		
		
		.stripViewer .panelContainer .panel .wrapper
		{
			padding: 0px;
			margin: 0;
		}
		
		.stripViewer .panelContainer .panel2 .wrapper
		{
			padding: 0px;
			margin: 0;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.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 */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 12px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
				.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 25px;
			width: 25px;
			padding: 3px 0;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL
		{
			background-image: url("../images/gal_navleft.gif");
			background-repeat: no-repeat;
			background-position: center;
			top: 45px;
			left:0px;
			position: absolute;
			z-index: 100;
		}
		
		.stripNavR
		{
			background-image: url("../images/gal_navright.gif");
			background-repeat: no-repeat;
			background-position: center;
			top: 45px;
			right:0px;
			position: absolute;
			z-index: 100;
		}
		
		
		
