#fotoalbum {
	text-align:center;
	width:100%;
}
#min, #plus {
	cursor:pointer;
}
#min {
	margin-left:20px;
	float:left;
}
#plus {
	float:left;
}
#thumbs{
	width:700px;
	display:block;
}
#thumbs ul {
	list-style:none;
	width:460px;
	float:left;	
	display:block;
}
#thumbs li {
	list-style:none;
	width:110px;
	float:left;
	display:inline;
}
#thumbs li img {
	border:1px solid #eee;
	padding:5px;
}
#thumbs li img.active {
	border:1px solid #F79C00;
}
#thumbs li img:hover {
	border-color:#004501;
}
#thumbs .inscope {
	display:inline;
}
#thumbs .outofscope {
	display:none;
}
#foto {
	width:100%;
	clear:both;
	text-align:center;
}
#foto img {
	border:2px solid #006C02
}
.album {
	border:1px solid #eee;
	padding:5px;
}
#albums h2,p {
	padding:0;
	margin:0;
}
p{
	margin-left:30px;
	width:700px;
}
#albums p{
	margin:20px 0px;
}