#overlay {
	position: absolute;
	width: 542px;
	height: 90px;
	top: 128px;
	left: 0;
}
#header img.main {
    display: block;
    position: absolute;
    top: 92px;
    z-index: 0;
}
#overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 542px;
	height: 90px;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#header {
    height: 262px;
    position: relative;
}

#scrollpane {
	display: block;
	position: absolute;
	height: 90px;
	width: 900px;
	left: -18px;
	top: 1px;
}
#left-arrow, #right-arrow {
	display: block;
	width: 18px;
	height: 90px;
	float: left;
	cursor: pointer;
}
#left-arrow {
	background: url('/static/projects/arrow-left.gif');
}
#right-arrow {
	background: url('/static/projects/arrow-right.gif');
}

#scroll-mask {
	display: block;
	position: relative;
	float: left;
	width: 864px;
	height: 90px;
	background: #f1f1f2 url('/static/projects/scrollpane-bg.gif') repeat-x;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
#scroll-area {
	height: 111px;
	position: absolute;
	top: 0;
	width: 99999px;
	left: 0px;
}

#scroll-area a {
	text-decoration: none;
}

#scroll-area li a:hover {
	border: 2px solid #000;
}

#scroll-area img {
	float: left;
	margin-right: 8px;
}
#scroll-area .title {
	font-size: 12px;
	color: #000;
}
#scroll-area .location {
	font-size: 10px;
	color: #999;
}
#scroll-area .caption {
	display: block;
}

#scroll-area li.active a, #scroll-area li.active a:hover {
	border: 2px solid #c03;
	background-color: #fff;
}

#scroll-area ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#scroll-area li {
    display: block;
    float: left;
    width: 216px;
    height: 86px;
}

#scroll-area li a {
	float: left;
	margin: 8px;
	width: 186px;
	height: 58px;
	background: #f0f0f0;
	padding: 5px;
	border: 2px solid #f0f0f0;
	display: table-cell;
	vertical-align: middle;
}

#header h2 {
	margin: 25px 0;
	padding: 0;
	z-index: 2;
	position: absolute;
	top: 25px;
	left: 30px;
}
#header #location {
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 30px;
	font-size: 12px;
	color: #666;
}

#header h2 span {
	display: block;
	height: 21px;
	font-size: 21px;
	line-height: 1em;
	font-weight: normal;
}

#left {
	float: left;
	width: 360px;
}
#right {
	float: right;
	width: 280px;
	padding-right: 80px;
}

#header h2 {
	padding: 0;
	margin: 0;
}
#header h2 span, #header h2 span.sIFR-active {
	display: block;
	height: 25px;
	font-size: 25px;
	line-height: 1em;
	font-weight: normal;
	color: #000;
}
#body h2 span.sIFR-active {
	visibility: hidden;
}

#body h3 {
	padding: 0;
	margin: 0;
}
#body h3 span, #body h3 span.sIFR-active {
	display: block;
	height: 14px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#body h3 span.sIFR-active {
	visibility: hidden;
}
#right h3 span {
	color: #999;
}
p {
	line-height: 1.5em;
}

#right img {
	border: 0;
}

#thumbs {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#thumbs li {
	float: left;
	display: block;
	width: 70px;
	margin-top: 10px;
}

#thumbs li a img {
    width: 61px;
    border: 2px solid #ccc;
}

#thumbs li a:hover img {
    border: 2px solid #c03;
}

#body {
	padding-top: 25px;
}