@charset "utf-8";

#mainbg, .gallery {
	background:#000000 url(bg.jpg) center top no-repeat;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}
#widgetbg {
	background:#000000 url(bg.jpg) center top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.no-backgroundsize #widgetbg, .no-backgroundsize #mainbg, .no-backgroundsize .gallery {
	background-repeat:repeat;
}

.rgba #main header .title {
	background-image:none;
	background-color:rgba(0,0,0,0.4);
	color:#fff;
}
.no-rgba #main header .title {
	background-image:url(k40.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 ul li,
.rgba .gallery .scrollbox .cont a, 
.no-rgba .thumbs ul li,
.no-rgba .gallery .scrollbox .cont a {
	background-color:transparent;
	background-image:none;
}
.rgba .thumbs ul li > a:hover,
.rgba .thumbs ul li > 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 ul li > a:hover,
.no-rgba .thumbs ul li > 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 ul li > a.active,
.rgba .gallery .scrollbox .cont a.active {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .thumbs ul li > a.active,
.no-rgba .gallery .scrollbox .cont a.active {
	background-image:url(w40.png);
}


footer {
	color:#999999;
}

