.project { margin: 0 0 1em 0; }

#mainContent .adjustment.LT .projectWrapper { width: 660px; }

.project .projectImage {
	width: 120px;
	height: 90px;
	margin: 0 1em 1em 0;
	border: 1px solid #CCC;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.project .projectTitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #B71F32;
	margin: 0 0 0 130px;
}

.project .projectDate { margin: 0 0 0 130px; }

.project .projectDescription { margin: 0 0 0 130px; }

h1 {
	margin: 0;
	padding: 0;
}

#imageGallery {
	height: 360px;
	background: #FFF;
	position: relative;
	float: left;
	clear: left;
	width: 660px;
}

#imageGallery #currentImage { height: 250px; }

#currentImage A {
	display: block;
	text-decoration: none;
	width: 660px;
	height: 250px;
}

#imageGallery #enlarge {
	float: right;
	margin: 0.5em 1em 0 0;
	border: 0;
}

#imageGallery #imageThumbnails {
	margin: 2em 0 0 0;
	background: #EBEBEB;
	display: block;
	position: relative;
	width: 660px;
}

#imageThumbnails #scrollLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#imageThumbnails #scrollRight {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#imageThumbnails #thumbnails {
	height: 96px;
	display: block;
	width: 630px;
	margin: 0 auto;
	overflow: hidden;
}

 #thumbnails #thumbReadjust {
 	width: 50000px;
 }

#thumbnails .aThumbnail {
	float: left;
	width: 120px;
	height: 90px;
	margin: 1px;
	padding: 1px;
	border: 1px solid #FFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#thumbnails .aThumbnail A {
	text-decoration: none;
	display: block;
	line-height: 90px;
}
