@import url("/fellows/fellows.css");

#sections {
	display : none;
	width: 200px;
	border: 1px solid black; 
	background: green;
	float: left;
}

#photos {
}
#controls li, #photo_list li { 
	border-bottom: 1px solid black; 
	list-style: none; 
	float:left;
	position: relative;
}
#controls .symbol { 
	display: block;
	font-size: 16px;
	font-weight:bold;
	color: #999;
	margin-bottom: -.2em
}
#controls {
	text-align:center;
	border-top: 1px solid #000;
	padding: 0 50px;
}
#controls a {
	padding:3px;
	text-decoration:none;
	color:#000;
	margin:2px;
	font-size: 11px;
	color: #666;
}
#controls a:hover {
	font-weight:bold;
	color: #444;
}
#controls li {
	width: 16%;
	margin: 0 2%;
}
#controls li #first { margin-bottom: 5px;
	
}
#photo_list {
	clear: both;
	width: 85%;
	margin: auto;
	padding: 0;
}
#photo_list li { 
	background: black; 
	border: 2px solid black;
	padding: 1px 0; 
	width: 40px; 
	height: 40px;
	margin: 4px;
}
#photo_list li a img {
	border:0;
}
#slide_view {
	border: 1px solid black;
	width: 320px;
	height: 320px;
	margin: 10px auto;
	text-align: center;
	border: 0;
}
#slide_view img {
	border: 0 solid black
}
#section_title {
	text-align: center;
}

#caption {
	text-align:center;
	color: #666;
	font-style: italic;
}
.eof {clear: both;}

