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

.thumbnail {
	margin: 1px;
	border: 1px solid #333333;
	width:245px;
	float:right;
	height: auto;
	text-align: center;
} 

.thumbnail img{
	display: inline-block;
	margin: 15px;
	border: 1px solid #333333;
}

.thumbnail img:hover {
	border: 1px solid white;
}

.photocattitle {
	font-weight: bold;
	text-align: center;
}

.phototitle {
	text-align: center;
	font-weight: normal;
	width: auto;
	margin: 0 3px 3px 3px;
	font-size:12px;
}
