a.picnav img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	
}
a.picnav:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#pic_nav {
	position: fixed;
	top: 60px;
	right: 20px;
	color: #666;
	background-color: #000;
	z-index: 99;
	padding: 0;
}
#pic_thumbs {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #333;
}
#pic_thumbs td {
	padding: 10px 10px 10px 10px;
	margin: 0;
	background-image: url(../img/bg_load.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#pic_thumbs td.hgh {
	background-color: #222;
}
#pic_thumbs td.end {
	background-image: url(../img/bg_end.png);
}

/* testarea */
#color_nav {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #666;
	background-color: #000;
	z-index: 99;
	padding: 0;
}
a.color_nav img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	
}
a.color_nav:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}