@charset "utf-8";

#indexbg, .gallery {
	background:#111111 url(bg.jpg) center top no-repeat;
	background-size:100% 100%;
}
#widgetbg {
	background:#111111 url(bg.jpg) center top no-repeat;
	background-size:100% auto;
}
.no-backgroundsize #widgetbg, .no-backgroundsize #indexbg, .no-backgroundsize .gallery {
	background-repeat:repeat;
}


.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 .thumbs a,
.rgba .folders ul li {
	background-color:rgba(0,0,0,0.6);
}
.no-rgba .thumbs a,
.no-rgba .folders ul li {
	background-color:transparent;
	background-image:url(k60.png);
}
.thumbs a:hover,
.thumbs a:focus,
.folders ul li:hover {
	color:#ffffff;
	background-color:rgba(0,0,0,0.8);
	outline:none;
	color:#fff;
}
.no-rgba .thumbs a:hover,
.no-rgba .thumbs a:focus,
.no-rgba .folders ul li:hover {
	background-color:transparent;
	background-image:url(k80.png);
}
.thumbs a.active,
.no-rgba .thumbs a.active {
	background-color:#ddd;
}



