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

.scroll {
   height: 415px;
   width: 795px;
   overflow: auto;
   overflow-x: hidden;
   position: relative;
   clear: left;
}

.scrollContainer div.panel {
   height: 415px;
   width: 815px;
}

ul.navigation {
   list-style: none;
   margin: 10px 0 0 0;
   padding: 0;
}

ul.navigation li {
   display: inline;
   margin-left: 2px;
}

ul.navigation a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E0E0E0;
	color: #aeaeae;
	font-size: 10px;
	font-weight: bold;
   padding: 4px 6px;   
   text-decoration: none;
}

ul.navigation a:hover {
	background-color: #999;
	color: #fff;
}

ul.navigation a.selected {
   background-color: #666;
	padding: 4px 6px;
	color: #fff;
}

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

.hide {
   display: none;
}

/* Divs to handle images and text. */

.info-box {
	float: left;
}

.info-box-txt {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	opacity: .7;
	color: #000;
	filter:alpha(opacity=70);
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 15px 10px 0;
	position: absolute;
	text-align: left;
	width: 140px; 
}
	
	.info-box-txt h2 {
		font-size: .9em;
		line-height: 1.3em;
		margin-bottom: .5em;
	}
	
	.info-box-txt li {
		color: #666;
		font-size: .7em;
		line-height: 1.3em;
	}
	
.people { background: url('../_images/bckgrnd-people.jpg') right -80px no-repeat; }
		
.more-info h2 {
	color: #766C5A;
	font-weight: normal;
	margin-bottom: 1em;
}

.more-info p {
	color: #766C5A;
	display: block;
	font-size: .75em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
	width: 400px;
}

