/* main container holding everything */
#container { position:absolute; width:650px; height:500px; z-index:2; }

/* container holding cycle images */
#portfolio {
	background-color: #5e514d;
	position: relative;
	height: 400px;
	width: 650px;
	margin: auto;
	overflow: hidden;
	z-index: 3;
	bottom: 0;
}
#portfolio img { 
	padding: 0; 
	background-color: #fff;
}

/* keep nav elements out of code, will grab and generate automatically */
#nav { position: absolute; top: 418px; width: auto; height: 60px; z-index: 10; text-align: right; left: 75px; }
#nav a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #000;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}
#nav a.activeSlide { color: #09c; font-weight: bold; }
#nav a:focus { 
	outline: none medium;
	color: #09c;
	}
#nav a:hover { 
	color: #fff;
	}
	
/* container holding text */
#description { height: 84px; width: 375px; left: 250px; top: 415px; z-index: 4; position: absolute; visibility: visible; }
