/* PORTFOLIO */

#showcase{
	clear: both;
	width: 870px;
	margin-top: 20px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#showcase h2{
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

#showcase div{
	width: 283px;
	height: 210px;
	background: #c42126;
	border: #0f0f0f 1px solid;
	float: left;
	margin: 0px 5px 5px 0px;
}

#showcase div:hover{
	opacity: 0.7;
}

#showcase div a img{
	border: 0px;
}

