@charset "utf-8";

.rgba #index header .title {
	background-image:none;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
}
.no-rgba #index header .title {
	background-image:url(k60.png);
	color:#fff;
}

.rgba .folders ul li {
	background-color:rgba(255,255,255,0.2);
}
.no-rgba .folders ul li {
	background-color:transparent;
	background-image:url(w20.png);
}
.rgba .folders ul li:hover {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .folders ul li {
	background-image:url(w40.png);
}
.rgba .thumbs a,
.rgba .gallery .scrollbox .cont a, 
.no-rgba .thumbs a,
.no-rgba .gallery .scrollbox .cont a {
	background-color:transparent;
	background-image:none;
}
.rgba .thumbs a:hover,
.rgba .thumbs a:focus,
.rgba .gallery .scrollbox .cont a:hover,
.rgba .gallery .scrollbox .cont a:focus {
	background-color:rgba(255,255,255,0.6);
}
.no-rgba .thumbs a:hover,
.no-rgba .thumbs a:focus,
.no-rgba .gallery .scrollbox .cont a:hover,
.no-rgba .gallery .scrollbox .cont a:focus {
	background-color:transparent;
	background-image:url(w60.png);
}
.rgba .thumbs a.active,
.rgba .gallery .scrollbox .cont a.active {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .thumbs a.active,
.no-rgba .gallery .scrollbox .cont a.active {
	background-image:url(w40.png);
}


footer {
	color:#999999;
}

