#pggall {
	min-width: 950px;
}
#galleryholder {
	margin-left: 250px;
}

#tabgallery {
	width: 669px;
	height: 300px;
	margin: 0 auto;
	background-image: url(images/corkboard-frame.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 290px;
}
#tabgallery dt {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 640px;
	height: 560px;
	background-image: url(images/cork.jpg);
}
#tabgallery dt p {
	width: 520px;
	height: 155px;
	display: block;
	background-image: url(images/gallery-notice.gif);
	padding: 30px 15px 15px;
	text-align: center;
	margin: 150px auto 0;
}
#tabgallery dd {
	position: relative;
	width: 175px;
	height: 62px;
	left: -160px;
	display: block;
	background-image: url(images/gallery-tab.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 8px;
}
#tabgallery dd h3 {
	font-size: 150%;
	line-height: 62px;
}
#tabgallery dd:hover h3, #tabgallery dd.over h3 {
	color: #FFFFFF;
	cursor: pointer;
}
#tabgallery ul {
	position: absolute;
	left: 175px;
	width: 640px;
	height: 560px;
	background-image: url(images/cork.jpg);
	display: none;
}
#tabgallery .thumbs1 {
	top: -275px;
}
#tabgallery .thumbs2 {
	top: -345px;
}
#tabgallery .thumbs3 {
	top: -415px;
}


#tabgallery dd:hover ul, #tabgallery dd.over ul {
	display: block;
}
#tabgallery li {
	list-style: none;
	background-image: url(images/paper_head.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 90px 0 0 25px;
	width: 610px;
}
#tabgallery a {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #F0F0EA;
	text-decoration: none;
	color: #000000;
	height: 100px;
}
#tabgallery a:hover {
	border: 3px solid #996600;
}

#tabgallery a img {
	border: 0;
}

#tabgallery a span {
	display: none;
}
#tabgallery a:hover span {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 600px;
	height: 60px;
	line-height: 1.3em;
	display: block;
}
#tabgallery em {
	display: none;
}
#tabgallery a:active em, #tabgallery a:focus em {
	position: absolute;
	width: 640px;
	height: 480px;
	top: 80px;
	left: 0px;
	display: block;
}
#tabgallery a:active, #tabgallery a:focus {
	border: 3px solid #FFFF00;
}
