.project {
    position: relative;
    clear: both;
    margin: 0 auto;
}

.project-thumb {
    text-align: center;
}

.project-thumb img{
    border:solid 1px #000;
}

.project-caption {
    padding: 10px 0;
}

.project-title {
	font-size: 16px;
    font-weight: bold;
    color: #555;
}

.project-overlay {
	background: url('../images/backdrop.png');
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #FFF;
}

.stuff .button-demo {
	background: transparent url('../images/button-demo.png') no-repeat;
	width: 100px;
	height: 40px;
	position: absolute;
	margin-top: -20px;
	top: 50%;
	margin-left: -50px;
	left: 50%;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #FFF;
	text-align: center;
}
.button-demo:hover {
	color: rgb(48,176,176);
}