@charset "UTF-8";
#projectholder {
	width: 95%;
	min-height: 608px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	position: relative;
}

#project {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	width: 303px;
	float: left;
	height: auto;
}

#project-description {
	/*margin-top: 30px;*/
	width: 505px;
	position: relative;
	float: left;
}

#projectimage {
	margin-top: 30px;
	width: 510px;
	min-height: 505px;
	position: relative;
	display: none;
	background-color:#FFF;
}

.thumbnail {
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-top: 0px;
	width: 100px;
	height: 100px;
	float: left;
}

#strike {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	visibility: hidden;
	background-image:url(../images/portfolio/strike.png);
	z-index: 120;
}

#desc { display: block; }
