@charset "utf-8";
/* CSS Document */

p.photo a, ul.thumbnails a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 4px 20px;
	border: 1px solid #ccc;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #FFFFE8;
	text-align: center;
}

ul.thumbnails {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	background-color: #fff;
	line-height: 1em;
	list-style: none;

}

ul.thumbnails img {
	border-style: none;
}

ul.thumbnails a {
	width: 183px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.thumbnails li, ul.navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: 0;
	background-color: #fff;
	text-align: center;
	width: 80px;
}
