#wrapper { width: 600px; }

h2 {
			font-size: 1.1em;
			font-weight: normal;
			color: #663;
			margin-bottom: 12px;
}

h3 {
			font-size: 0.8em;
			font-weight: normal;
			text-transform: uppercase;
			color: #663;
			border-bottom: 1px dotted #999;
			padding-bottom: 5px;
			margin-bottom: 3px;
			margin-top: 5px;
}

h3#spacer-design,
h3#spacer-veneer {
			margin-top: 100px;
			margin-bottom: 10px;
}

h3#spacer-komo {
			margin-top: 90px;
			margin-bottom: 10px;
}

h3#spacer-sand {
			margin-top: 35px;
			margin-bottom: 10px;
}

h3#spacer-wood,
h3#spacer-finish,
h3#spacer-install {
			margin-top: 50px;
			margin-bottom: 10px;
}

h3#spacer-reassembly {
			margin-top: 50px;
			margin-bottom: 10px;
}

#slider {
			width: 600px;
			margin: 0 auto;
			position: relative;
}

.scroll {
			height: 725px;
			width: 600px;
			overflow: auto;
			overflow-x: hidden;
			position: relative;
			clear: left;
			background: #fff url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
			padding: 20px;
			height: 685px;
			width: 560px;
			background: #F7F8E7;
}

.scrollContainer div img.inset {
			float: right;
			padding: 3px;
			border: 1px solid #ccc;
			margin-left: 5px;
			margin-bottom: 5px;
}

.scrollContainer #design p,
.scrollContainer #veneer p, 
.scrollContainer #cnc p,
.scrollContainer #sander p,
.scrollContainer #woodwork p,
.scrollContainer #finish p,
.scrollContainer #reassembly p,
.scrollContainer #install p {
			font: 0.9em/1.2em Arial, Helvetica, sans-serif;
			margin-bottom: 25px;
}

ul.navigation {
			list-style: none;
			font-size: 0.6em;
			margin-top: 10px;
			text-transform: uppercase;
			border-bottom: 1px solid #693;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 5px;
}

ul.navigation li { display: inline; }

ul.navigation a {
			color: #000;
			text-decoration: none;
			padding: 15px 10px;
}

ul.navigation a:hover {
			border-bottom: 5px solid #693;
			background: url(/gfx2/aboutus/tour_tab-bg.png) repeat-x bottom;
			color: #fff;
}

ul.navigation a.selected {
			background-color: #693;
			color: #ff0;
}

ul.navigation a:focus { outline: none; }

.scrollButtons {
			position: absolute;
			top: 150px;
			cursor: pointer;
			left: -9999px;
}

.scrollButtons.left { left: -9999px; }

.scrollButtons.right { right: -9999px; }

.hide { display: none; }
