/* Project.css */
.thumbnail{
	height: 215px;
	float: left;
	padding-bottom: 18px;
	padding-right: 18px;
	width: 200px;
}
.thumb-text{
	display: none;
}
.thumbnail:hover .thumb-text{
	background-image:url('images/thumb_bg.png);
	background-repeat: repeat;
	display: block;
	height: 85px;
	font-size: 14px;
	margin-top: -24px;
	width: 198px;
}
.thumbnail a img{
	border-color: #bfbfbf;
	border-width: 1px;
	border-style: solid;
}