@charset "utf-8";

.rgba #index header .title {
	background-image:none;
	background-color:rgba(255,255,255,0.6);
	color:#000;
}
.no-rgba #index header .title {
	background-image:url(w60.png);
	color:#000;
}

.hint {
	color:#ddd;
	background-color:rgba(0,0,0,0.8);
}
.no-rgba .hint {
	background-color:transparent;
	background-image:url(k80.png);
}
.hint a {
	color:#fff;
}

.rgba .thumbs a,
.rgba .folders ul li {
	background-color:rgba(0,0,0,0.1);
}
.no-rgba .thumbs a,
.no-rgba .folders ul li {
	background-color:transparent;
	background-image:url(k10.png);
}
.thumbs a:hover,
.thumbs a:focus,
.folders ul li:hover {
	background-color:rgba(0,0,0,0.2);
	outline:none;
	color:#000;
}
.no-rgba .thumbs a:hover,
.no-rgba .thumbs a:focus,
.no-rgba .folders ul li:hover {
	background-color:transparent;
	background-image:url(k20.png);
}
.rgba .thumbs a.active {
	background-color:rgba(0,0,0,0.8);
}
.no-rgba .thumbs a.active {
	background-color:transparent;
	background-image:url(k80.png);
}


.rgba .scrbar {
	background-color:rgba(0,0,0,0.1);
}
.no-rgba .scrbar {
	background-color:transparent;
	background-image:url(k10.png);
}
.scrup,
.scrdn {
	background-image:url(pg_w.png);
}


.rgba .gallery .scrollbox,
.rgba .gallery .bottom .cont {
	background-color:rgba(255,255,255,0.6);
}
.no-rgba .gallery .scrollbox,
.no-rgba .gallery .bottom .cont {
	background-color:transparent;
	background-image:url(w60.png);
}
.rgba.touch .gallery .scrollbox,
.rgba.touch .gallery .bottom .cont,
.rgba .gallery .scrollbox:hover,
.rgba .gallery .bottom .cont:hover {
	background-color:rgba(255,255,255,0.8);
}
.no-rgba .gallery .scrollbox:hover,
.no-rgba .gallery .bottom .cont:hover {
	background-color:transparent;
	background-image:url(w80.png);
}
.rgba .gallery .scrollbox .cont a:hover, 
.rgba .gallery .scrollbox .cont a:focus {
	background-color:rgba(0,0,0,0.4);
	outline:none;
}
.no-rgba .gallery .scrollbox .cont a:hover, 
.no-rgba .gallery .scrollbox .cont a:focus {
	background-image:url(k40.png);
}
.rgba .gallery .scrollbox .cont a.active {
	background-color:rgba(0,0,0,0.8);
}
.no-rgba .gallery .scrollbox .cont a.active {
	background-color:transparent;
	background-image:url(k80.png);
}
.gallery .scrollbox .scleft,
.gallery .scrollbox .scright {
	background-image:url(scroll_w.png);
}
.rgba .gallery .bottom .meta b {
	color:rgba(0,0,0,0.5);
}
.no-rgba .gallery .bottom .meta b {
	color:#888;
}


.rgba .gallery .navigation nav {
	background-color:rgba(255,255,255,0.8);
}
.no-rgba .gallery .navigation nav {
	background-color:transparent;
	background-image:url(w80.png);
}
.gallery .navigation nav a {
	background-image:url(controls_w.png);	
}


.gallery .bottom nav {
	border:1px solid #999;
	color:#222;
	background-color:#999;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,1)), color-stop(1, rgba(192,192,192,1)));
	background-image:-webkit-linear-gradient(top, rgba(255,255,255,1), rgba(192,192,192,1) );
	background-image:-moz-linear-gradient(top, rgba(255,255,255,1), rgba(192,192,192,1) );
	background-image:-ms-linear-gradient(top, rgba(255,255,255,1), rgba(192,192,192,1) );
	background-image:linear-gradient(top, rgba(255,255,255,1), rgba(192,192,192,1) );
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFFFF,EndColorStr=#FFcccccc);
	
}
.gallery .bottom nav a {
	border-left:1px solid #bbb;
	background-image:url(buttons_w.png);
}
.gallery .bottom nav a.active {
	background-color:rgba(0,0,0,0.2);
	border-left-color:#888;
}
.no-rgba .gallery .bottom nav a.active {
	background-color:#999;
}
.gallery .bottom .icon {
	background-image:url(buttons_w.png);
}




