.photo-gallery {
	width: 100%;
	overflow: auto;
}

.gallery-photo {
	float: left;
	height: 140px;
	width: 140px;
	text-align: center;
}

.gallery-photo a {
	left: 50%;
}

#content .gallery-photo img {
	float: none;
	margin: 0;
}

p.gallery_more {
	position: absolute;
	right: 0;
}

p.gallery_more a {
	position: relative;
	top: -30px;
	right: 17px;
}

