@charset "utf-8";

/*//////////////////////////////////LINKS//////////////////////////////////*/


a, a:visited {
	color: #606060;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3C3C3C;
}

a:active {
	text-decoration: none;
}

/*//////////////////////////////////OPACITY//////////////////////////////////*/

a.linkopacity img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.thumbopacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.thumbopacity:hover img {
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}

a.tabopacity img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a.tabopacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
