form{
	margin: 0px;
	padding: 0px;
}

#nav {
	font-family: 'hv';
	position: fixed;
	right: 60px;
	top: 60px;
	z-index: 1000;
}

#nav UL {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav UL LI {
	display: inline;
	margin-right: 8px;
	font-size: 10px;
	line-height: 12px;
}

#nav UL LI a
{
	font-family: 'hv';
	display: inline;
	margin-right: 8px;
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}




#cont a:hover,#cont a.hit,
#stpply a:hover,
#nav UL LI a:hover,
#nav UL LI.showPage a
{
filter: alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}
#cont a.hit
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



#stpply
{
	position: absolute;
	top: 60px;
	font-size: 10px;
	line-height: 12px;
	right: 40px;
	text-align: right;
}

#stpply a, #cont a
{
	color: #000;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	margin-left: 20px;
}

body#gallery-sub #gallery-thumb{
	position: fixed;
	right: 40px;
	top: 20px;
	z-index: 1000;
}
body#gallery-sub #gallery-thumb img{
	height: 24px;
	width: 24px;
	margin-left: 10px;
	border: 1px solid #cccccc;
}
body#gallery-sub #gallery-thumb a img{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
body#gallery-sub #gallery-thumb a:hover  img
{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
body#gallery-sub #gallery-thumb a.current  img
{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


