@charset "UTF-8";
/* CSS Document */

#slider {
    width: 680px;
    margin: 0;
    position: relative;
}

.scroll {
    height: 300px;
    width: 680px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px 20px 20px 0;
    height: 210px;
    width: 680px;
}

.panel p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:30px;
	width: 550px;
	}
/* The toolbar for the content box */

ul.navigation {
	height: 90px;
	width: 680px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	}
	
ul.navigation li a {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
ul.navigation li a {
	height: 90px;
	display: block;
	}
	
ul.navigation a.selected {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 90px;
	z-index: 10;
	}

ul.navigation a:focus {
    outline: none;
}
	
ul.navigation a:hover {
	background-position: bottom;
	}
		
ul.navigation a#polyjet {
	left: 0;
	width: 170px;
	background-image: url(../imgs/toolbar/planet_poly.png);
	}
	
ul.navigation a#cast {
	left: 170px;
	width: 170px;
	background-image: url(../imgs/toolbar/planet_cast.png);
	}

ul.navigation a#sla {
	left: 340px;
	width: 170px;
	background-image: url(../imgs/toolbar/planet_sla.png);
	}

ul.navigation a#machine {
	left: 510px;
	width: 170px;
	background-image: url(../imgs/toolbar/machine_planet.png);
	}
	
.hide {
    display: none;
}