#photos {
	list-style: none inside;
	margin-top: 0;
}
#photos li {
	display: block;
	margin: 7px;
	float: left;
	cursor: pointer;
}
#photos li a {
	border: 7px solid #fff;
	border-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	display: block;
	width: auto;
	height: auto;
}
#photos li a:hover {
	border-color: rgba(255,255,255,1);
	border-width: 10px;
	position: relative;
	bottom: 3px;
	right: 3px;
}
#up_button {
	margin-bottom: 0;
	display: block;
	width: 139px;
	height: 52px;
	cursor: pointer;
}

