/* CSS Document */

.photos {
	margin-top: 20px;
	margin-bottom: 15px;
}
.photos a {
	width: 131px;
	height: 165px;
	float: left;
	background: #C2D3EE;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	padding:5px;
	margin-right: 14px;
	margin-bottom:20px;
	display:inline;
}
.photos>a {
	min-height: 140px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover {
	color: #729AD7;
}
.photos a span {
	padding-top: 2px;
}
.photos a>span {
	padding-top: 5px;
}
.greybox {
	border: 1px solid #ccc;
	margin-bottom: 39px;
	padding: 5px 0;
}
.greybox-background {
	background: url("images/gbback.jpg") repeat-y left top;
	width: 100%;
	line-height: 100%;
}
.greybox-background .left, .greybox-background .right {
	width: 321px;
	float: left;
	padding: 0 10px;
}
.greybox-background .right {
	float: left;
	padding: 0 19px 0 20px;
}
