body, .gallery {
	background-color:#393733;
	background-image:url(bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

.rgba .thumbs td,
.rgba .folders td,
.rgba .neighbors a,
#map,
.disqus-comments {
	background-color:rgba(255,255,255,0.6);
	color:#222;
	text-shadow:1px 1px 1px rgba(255,255,255,0.3);
}
.no-rgba .thumbs td,
.no-rgba .folders td,
.no-rgba .neighbors a,
.no-rgba #map,
.no-rgba .disqus-comments {
	background-color:transparent;
	background-image:url(w60.png);
}
.rgba .thumbs td > a:hover,
.rgba .thumbs td > a:focus,
.neighbors a:hover,
.neighbors a:focus,
.folders td:hover {
	background-color:rgba(255,255,255,0.8);
	outline:none;
	color:#000;
}
.folders td > a {
	color:#222;
}
.folders td:hover > a {
	color:#000;
}
.no-rgba .thumbs td > a:hover,
.no-rgba .thumbs td > a:focus,
.no-rgba .neighbors a:hover,
.no-rgba .neighbors a:focus,
.no-rgba .folders td:hover {
	background-color:transparent;
	background-image:url(w80.png);
}
.rgba .thumbs td > a.active,
.no-rgba .thumbs td > a.active {
	background-color:#fff;
}
#main article {
	background-color:rgba(255,255,255,0.8);
}
.no-rgba #main article {
	background-color:transparent;
	background-image:url(w80.png);
}
.folders h4 {
	text-shadow:none;
}
.thumbs td > .caption span.nr {
	font-weight:bold;
	font-style:normal;
	padding:0px 3px;
	color:#222;
	background-color:#fff;
	text-shadow:none;
}


#main footer .wrap,
.actions {
	color:#999;
	background-color:rgba(0,0,0,0.2);
}
#main footer .wrap a,
.bulkactions span a {
	color:#ccc;
}
#main footer .wrap a:hover,
.bulkactions span a:hover {
	color:#fff;
}
.no-rgba #main footer .wrap,
.no-rgba .actions {
	background-color:transparent;
	background-image:url(k20.png);
}

.rgba .scrbar {
	background-color:rgba(0,0,0,0.1);
}
.no-rgba .scrbar {
	background-color:transparent;
	background-image:url(k10.png);
}
.hook-s,
.scrup,
.scrdn {
	background-image:url(pg_w.png);
}


.hook,
.gallery .scrollbox,
.gallery .bottom .cont,
.gallery .scrollbox:hover,
.gallery .bottom .cont:hover,
.no-rgba .gallery .scrollbox,
.no-rgba .gallery .bottom .cont,
.no-rgba .gallery .scrollbox:hover,
.no-rgba .gallery .bottom .cont:hover {
	background-color:transparent;
	background-image:url(bg1.jpg);
	background-position:center center;
}
.gallery .bottom .cont {
	text-shadow:1px 1px 1px rgba(255,255,255,0.3);
}
.hook-s,
.gallery .scrollbox .scleft,
.gallery .scrollbox .scright {
	background-image:url(scroll_w.png);
}
.backgroundsize .gallery .scrollbox,
.backgroundsize .gallery .bottom .cont {
	-moz-background-size:100% auto;
	background-size:100% auto;
}
.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);
}

nav.buttons {
	border:1px solid #c2beb4;
	color:#222;
	background-color:#ada9a0;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(222,218,210,1)), color-stop(1, rgba(205,202,194,1)));
	background-image:-webkit-linear-gradient(top, rgba(222,218,210,1), rgba(205,202,194,1) );
	background-image:-moz-linear-gradient(top, rgba(222,218,210,1), rgba(205,202,194,1) );
	background-image:-ms-linear-gradient(top, rgba(222,218,210,1), rgba(205,202,194,1) );
	background-image:linear-gradient(top, rgba(222,218,210,1), rgba(205,202,194,1) );
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFddedad2,EndColorStr=#FFcdcac2);
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2); box-shadow:0px 1px 2px rgba(0,0,0,0.2);
}
.hook-b,
nav.buttons a {
	color:#3b372f;
	border-left:1px solid #ada9a0;
	background-image:url(buttons_c.png);
}
nav.buttons a:hover {
	color:#23211c;
}
nav.buttons a.active {
	color:#23211c;
	background-color:rgba(0,0,0,0.2);
	border-left-color:#99958a;
}
.no-rgba nav.buttons a.active {
	background-color:#ada9a0;
}
.hook-b,
.gallery .bottom .icon {
	background-image:url(buttons_c.png);
}



