h3, h2, h1 {
	color: #933;
	letter-spacing: 1px;
}
h3 a, h2 a, h1 a {
	color: #999;
	text-decoration: none;
}

#thumbs {
	position: absolute;
	left: 55px;
	top: 115px;
	width: 275px;
}
#main_img_shadow {
	position: absolute;
	left: 365px;
	top: 100px;
	width: 500px;
	height: 500px;
	background-image: url(/img/gfk/img_shadow.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#main_img {
	position: absolute;
	left: 14px;
	top: 14px;
	width: 450px;
	height: 450px;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
/* ---	previous button on the main image 	--- */
#main_img #prev_btn {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 225px;
	height: 450px;
}
#main_img #prev_btn img {
	width: 225px;
	height: 450px;
}
#main_img #prev_display {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 225px;
	height: 430px;
	background-image: url(/img/gfk/img_prev.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	visibility: hidden;
}
/* ---	next button on the main image 	--- */
#main_img #next_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 225px;
	height: 450px;
}
#main_img #next_btn img {
	width: 225px;
	height: 450px;
}
#main_img #next_display {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 225px;
	height: 430px;
	background-image: url(/img/gfk/img_next.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	visibility: hidden;
}
/* ---	information displayed underneath the main image 	--- */
#scroll {
	position: absolute;
	left: 380px;
	top: 595px;
	width: 400px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	/*background-image: url(/img/gfk/scroll_bkgd.gif);
	background-position: top center;
	background-repeat: no-repeat;*/
}
#scroll_buy {
	position: absolute;
	right: 45px;
	top: 595px;
	width: 100px
	text-align: right;
	color: #933;
	font-weight: bold;
}
#scroll_buy a {
	text-decoration: none;
}
#scroll_buy img {
	vertical-align: middle;
	margin: 0px 10px 0px 10px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 898px;
	height: 20px;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}


/* ---	portfolio nav 	--- */
.pf_thumbs {
	position: relative;
	width: 280px;
	padding-bottom: 15px;
}
.pf_tn {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 5px 5px 0px;
	overflow: hidden;
	background-color: #999;
}
.pf_tnbr {
	display: block;
	clear: right;
	width: 1px;
	height: 55px;
	margin: 0px;
	overflow: hidden;
}


