#ScrollWindow {
	width: 900px;
	height: 425px;
	overflow: auto;
	position: relative;
	top: -400px;
	left: 0;
	float: left;
}

#FadeImage {
	width: 900px;
	height: 425px;
	overflow: hidden;
}

img.fadeLeft {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}

img.fadeRight {
	float: right;
	position: relative;
	top: 0;
	right: 0;
	z-index: 100;
}

#Projects {
	float: left;
	position: relative;
	margin: 0 300px;
	top: 0;
	left: 0;
	width: 2650px;
}

.project {
	width: 300px;
	height: 400px;
	float: left;
	margin-right: 50px;
}

.projectImage {
	width: 300px;
	height: 300px;
	margin: 0;
}

.projectDesc {
	width: 300px;
	height: 100px;
}

.projectDesc p {
	margin-left: 10px;
	font: normal 11px/14px 'Lucida Grande', Helvetica, sans-serif;
}

.projectDesc p span {
	color: #333;
	font-weight: bold;
}