div.gallery-tile {
	float: left;
	width: 120px;
	margin: 10px;
	text-align: center;
	height: 170px;
}

div.gallery-tile a {
	text-decoration: none;;
}

div.gallery-tile img {
	padding: 2px;
	border: 1px solid;
}

div.gallery-tile a:link    img { border-color: #3B4D84; background-color: #ffffff; }
div.gallery-tile a:visited img { border-color: #3B4D84; background-color: #ffffff; }
div.gallery-tile a:hover   img { border-color: #1C2A5E; background-color: #3B4D84; }

div.gallery-tile span {
	text-decoration: underline;
	display: block;
}

.gallery-date {
	font-family: sans-serif;
	font-size: 80%;
	color: #91916E;
}

.swat-pagination {
	clear: left;
}

