div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 94.8em; 
	height: 50em;
	overflow: hidden;
	border:1px solid #666;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:95em;
	height:50em;
	margin: 0;
	padding: 0;
	overflow:hidden;
	float:left;
}

div.scroller div.content {
	width: 10000px;
}

.nav_left {
	background-color: transparent;
	width: 45em;
	height: 36em;
	float: left;
	clear: none;
}

.nav_left a {
	width: 100%;
	height: 100%;
	display: block;
}

.nav_right {
	background-color: transparent;
	width: 45em;
	height: 36em;
	float: right;
	clear: none;
}

.nav_right a {
	width: 100%;
	height: 100%;
	display: block;
}
	
.project_img {
	width: 95em;
	height: 50em;
}

.project_desc_top {
	background-color: #F2F2F2;
	height: 1.7em;
	background: url('../img/web-desc-top.png');
	opacity: 0.85;
	filter: alpha(opacity=85);
	width: 95.2em;
}


.project_info {
	height: 12em;
	background-color: #F2F2F2;
	opacity: 0.85;
	filter: alpha(opacity=85);
	width: 92em;
	color: #000;
	padding: 1em 2em;
}

.controls {
	margin: 1.5em auto 0 auto;
	text-align: center;
}

#inner_controls {
	border: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.project_button {
	width: 1.5em;
	height: 1.5em;
	float: left;
	clear: none;
	background-color: #666;
	margin: 0 1.5em 0 0;
}

.project_button:hover {
	background-color: #900;
}

.project_button_active {
	width: 1.5em;
	height: 1.5em;
	float: left;
	clear: none;
	margin: 0 1.5em 0 0;
	background-color: #900;
}

.project_button a {
	display: block;
	width: 100%;
	height: 100%;
}

.project_info h2 {
	color: #900;
	font-size: 2.2em;
	margin-bottom: 0em;
}

.project_info p {
	font-size: 1.4em;
	line-height: 1.2em;
}