

div.gallery {
	margin-left: 20px;
}

div.gallery div.photo {
	width: 75px;
	float: left;
	padding: 15px;
	position: relative;
}

div.gallery div.photo div.counter {
	color: white;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #999999;
}

div.gallery div.photo a {
	border: 1px solid white;
	display: block;
	width: 78px;
	height: 78px;
	background-position: center center;
}

/*
div.gallery div.photo a {
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
}
*/

div.photosets div.set {
	float: left;
	width: 120px;
	padding: 10px;
	text-align: center;
}

div.photosets div.set img {
	border: 1px solid white;
}

div.photosets div.set h3 {
	font-weight: normal;
	letter-spacing: normal;
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0;
}

div.box table.content {
	border: none;
	border-collapse: collapse;
}

div.box table.content tr td {
	border: none;
	border-bottom: 1px dotted white;
	padding: 3px;
}

div.text ol {
	list-style-type: decimal;
	margin-left: 2em;
}
