.portfolioImages{
	float:left;
	margin-right: 20px;
	margin-bottom: 6px;
}

#portfolioLargeView{
	float:left;
	margin-right: 23px;
	margin-bottom: 6px;
}

.portfolioImages #portfolioLargeView{
	float: none;
	display: block;
	margin-bottom: 8px;
	margin-right: 0;
}

.portfolioThumb{
	width: 64px;
	margin: 0px 5px 0px 0px;
	background-image: url(images/bg_portfolioThumb.html);
}

#lastPortfolioThumb{
	margin: 0;
}

.projectSpecs{
	list-style: none;
	list-style-position: outside;
	margin-top: 1.6em;
	margin-left: 0;
	padding-left: 0;
	clear: both;
	line-height: 1.3em;
}
.projectSpecs li{
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.8em;
	margin-top: 1px;
	display: block;
}
.projectSpecs .label{
	font-weight: normal;
	display: block;
	float: left;
	padding: 0 0.5em;
	margin: -1px 8px 0 0;
	background: #F5F5F5;
	border: 1px solid #CCC;
}


.thumb{
			position:relative;
			float:left;
			margin-right:10px;
			margin-bottom: 1em;
		}
		.thumb img{
			display: block;
			padding-bottom: 2px;
			margin-bottom: 2px;
			border: none;
		}
		.thumb a:hover img{
			background-color: Blue;
		}
		#thumb4, #thumb8{
			margin-right:0px;
		}