/* Portfolio Thumbnail Gallery Display */
.col1full {padding: 0;}
.tn_gallery {
	padding: 0;
	margin: 20px 15px 15px 0;
	text-align: right;
}
.tn {
	position: relative;
	float: left;
	width: 135px;
	height: 110px;
	padding: 0 5px 20px 0;
	margin: 0;
}
.tn p {
	font-size: .70em;
	color: #BD5F00;
}
.tn img, .tn_gallery img, .gallery_list img {
	border: none;
}
.tn a img {
	border: 1px solid #BD5F00;
}
.tn a p{
	/* reminder: anchor order = link visited hover active */
	color: #BD5F00; /*#C80500;*/
	text-decoration: none;
}
.tn a:hover p{
	background-color: transparent;
	color: yellow; /*#C80500;*/
	text-decoration: none;
}
.tn a:hover img {
	border-color: yellow;
}