.slider-wrap {
			width: 100%;
	height: 350px;
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
}

		/* These 2 lines specify style applied while slider is loading */
		.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;
			width: 820px;
	padding: 45px 0 0;
	margin: 0 auto 0 70px;
}
		
		.stripViewer .panelContainer {
			list-style-type: none;
	margin: 0;
	padding: 0;
}
		
		.stripViewer .panelContainer .panel {
	margin: 0;
	padding: 0;
}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0;
	margin: 0;
}
		
		.stripNav {
	position: relative;
	top: 315px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	z-index: 100;
	right: 70px;
}
		
		.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;
			color: #ccc;
			text-decoration: none;
			display: block;
			padding: 0 5px;
	line-height: 15px;
}
		
		.stripNav li.tab1 a { background: #f5f5f5;
	margin: 0;
}
		.stripNav li.tab2 a { background: #f5f5f5}
		
		.stripNav li a:hover {
			background: #29568f;
	color: #fff;
}
		
		.stripNav li a.current {
			background: #f5f5f5;
			color: #666;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 170px;
			text-indent: -9000em;
}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 28px;
			width: 28px;
}
		
		.stripNavL {
			left: 20px;
			background: url("img/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			right: 20px;
			background: url("img/arrow-right.gif") no-repeat center;
		}