#plate ul#works_nav {
	background: #CCC3B1;
	height: 25px;
	width: 532px;
	position: absolute;
	left: 9px;
	top: 74px;
}
#plate #works_nav li {
	float: left;
}
#plate #works_nav li.l-bdr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC3B1;
}


		.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: 532px;
	top: 99px;
	left: 9px;
	text-align: center;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 282px; background: #fff; overflow: scroll}
		.csw .loading {margin: 120px 0 300px; 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: 532px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 282px;
	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: 0px;
			width: 532px;
			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: 282px;
			position: relative;
			width: 532px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	width: 464px;
	margin-right: auto;
	margin-left: auto;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	text-align: center;
	position: absolute;
	top: 282px;
	background: #999999;
	display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
	list-style: none;
		}
		
		.stripNav ul li {
	display: inline;
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			line-height: 32px;
			color: #000;
			text-decoration: none;
		}
		
		.stripNav a:hover {
		}
		
		.stripNav a.current {
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 113px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
	display: block;
	height: 42px;
	width: 34px;
	overflow: hidden;
		}
		
		.stripNavL {
	left: 0px;
	z-index: 1;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url(../images/left.gif) no-repeat center;
		}
		
		.stripNavR {
			background: url(../images/right.gif) no-repeat center;
		}
#number-nav {
	height: 20px;
	width: 532px;
	background: #ABA394;
}
#number-nav li {
	display: inline;
	text-align: center;
}
#number-nav li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
#number-nav li a:hover {
	text-decoration: underline;
}
#plate ul#workstop {
	position: absolute;
	left: 5px;
	top: 109px;
}
#workstop li {
	padding-bottom: 8px;
	float: left;
	padding-right: 4px;
	padding-left: 2px;
}
#workstop li#central {
	position: absolute;
	left: 140px;
	top: 140px;
}
