ul#photos {
	width: 480px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	list-style: none;
}
ul#photos li {
	display: inline;
	width:160px;
	height:160px;
}
ul#photos a.horizontal img,
ul#photos a.effectable img {
	padding:15px 0px;
}
ul#photos a.vertical img {
	padding:0px 15px;
}
p.text,
ol.text,
ul.text,
dl.text {
	font-size: 90%!important;
	color: #666;
}
dl.text dt {
	font-weight: bold;
	color: #555;
}
dl#download-list {
	font-size: 90%!important;
	color: #666;
}
pre.explain {
	margin: 1em;
	padding: 0.5em;
	font-size: 90%;
	background-color: #efe;
	border: 1px solid #cec;
	color: #666;
}
#indicator-line {
	border-color: #f93;
	border-style: solid;
}
#internal-content {
	width: 8em;
	float: right;
	border: 1px solid #eef;
	background-color: #f8f8ff;
}
