@import url('default.css');

#blurb {
	display:none;
}

#sideimage {
	display:none;
}

#content {
	padding:45px 0px 75px 220px;
}

h1 {
	display:none;
}

#frame-large {
	background: url(../images/frame-large.gif) no-repeat;
	width: 524px;
	height: 351px;
}

#galleryPreview {
	margin-left: 19px;
	margin-top: 20px;
}

#project-gallery-list {
	position:absolute;
	text-align:right;
	top: 47px;
	left: 20px;
	width: 188px;
}
#project-gallery-list a {
	display:block;
	color: #d1cbc3;
	padding-right: 20px;
	padding-bottom: 3px;
}
#project-gallery-list a:hover {
	color: #70614e;
	background: url(../images/info.gif) no-repeat right center;
}
#project-gallery-list h2 {
	padding-right: 20px;
}

#project-gallery-details {
	position:absolute;
	text-align:right;
	top: 47px;
	left: 20px;
	width: 168px;
}

#controls {
	padding: 9px 0 0 19px;
}

#returnToGallery {
	margin-left: 20px;
}

#gallery-thumbnails {
	padding-top: 10px;
	padding-left: 18px;
}

.thumb {
	width: 96px;
	height: 96px;
	background: url(../images/frame-small.gif);
	cursor: pointer;
	margin: 24px 12px 0 12px;
	float:left;
}
.thumbactive {
	width: 96px;
	height: 96px;
	background: url(../images/frame-small-active.gif);
	cursor: pointer;
	margin: 24px 12px 0 12px;
	float:left;
}

.thumb img, .thumbactive img {
	margin: 12px 0 0 12px;
}

#previousButton {
	cursor: pointer;
	float:left;
}
#nextButton {
	cursor: pointer;
	float:left;
}
#returnToGallery {
	float:left;
}
#thumbboxes {
	float:left;
	padding: 0px 4px;
}
.thumbbox, .thumbboxactive {
	float:left;
	cursor: pointer;
	height: 10px;
	border: 1px solid #a69787;
	margin: 5px 2px 0px 2px;
}
.thumbboxactive {
	background: #a69787;
}
