/*
	thumbnail gallery
	january 2004
*/

html
{
}
body
{
}
/*-------------------------------------------*/
#tgPage
{
	margin-bottom:-1px;
	position:relative;
	left:-1px;
	top:-1px;
	width:471px;
	height:350px;
	border:1px solid #000000;
	border-bottom:none;
	background-color:#fff;
	overflow:hidden;
}
#tgLargeImage
{
	display:inline;
	width:471px;
	height:350px;
	background-image:url(../images/thumbnailgallery/tg_loading.gif);
}
#tgNavBar
{
	display:inline;
	width:471px;
	height:70px;
	position:absolute;
	left:0px;
	top:280px;
	background-image:url(../images/thumbnailgallery/tg_navbar.gif);
	border-top:1px solid #000000;
}
#tgSmallImage
{
	display:inline;
	width:94px;
	height:70px;
}
.sNavigationAreaLink1
{
	/*layout*/
	text-align:center;
	
	/*font*/
	font-size:11px;
	
	/*decoration*/
	color:#ffffff;
	font-color:#ffffff;
}
.sNavigationAreaLink2
{
	/*layout*/
	text-align:center;
	
	/*font*/
	font-size:11px;
	
	/*decoration*/
	color:#000000;
	font-color:#000000;
}

