@charset "utf-8";

body, .gallery {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0) );
	background-image:-moz-linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0) );
	background-image:-ms-linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0) );
	background-image:linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0) );
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#64000000,EndColorStr=#00000000);
}

.gallery {
	background-color:#ffc528;
}

.rgba .thumbs a,
.rgba .folders ul li {
	background-color:rgba(255,255,255,0.6);
}
.no-rgba .thumbs a,
.no-rgba .folders ul li {
	background-color:transparent;
	background-image:url(w60.png);
}
.rgba .thumbs a:hover,
.rgba .thumbs a:focus,
.folders ul li:hover {
	background-color:rgba(255,255,255,0.8);
	outline:none;
	color:#000;
}
.folders ul li a {
	color:#333;
}
.folders ul li:hover a {
	color:#000;
}
.no-rgba .thumbs a:hover,
.no-rgba .thumbs a:focus,
.no-rgba .folders ul li:hover {
	background-color:transparent;
	background-image:url(w80.png);
}
.rgba .thumbs a.active,
.no-rgba .thumbs a.active {
	background-color:#fff;
}


.thumbs a,
.folders a {
	color:#333;
}

.scrbar {
	background-color:rgba(0,0,0,0.1);
}
.no-rgba .scrbar {
	background-color:transparent;
	background-image:url(k10.png);
}
.scrbar div {
	background-color:#fff;
}

.rgba .gallery .scrollbox,
.rgba .gallery .bottom .cont {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .gallery .scrollbox,
.no-rgba .gallery .bottom .cont {
	background-color:transparent;
	background-image:url(w40.png);
}
.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.2);
	outline:none;
}
.no-rgba .gallery .scrollbox .cont a:hover, 
.no-rgba .gallery .scrollbox .cont a:focus {
	background-image:url(k20.png);
}
.rgba .gallery .scrollbox .cont a.active {
	background-color:rgba(0,0,0,0.4);
}
.no-rgba .gallery .scrollbox .cont a.active {
	background-color:transparent;
	background-image:url(k40.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;
}


#index header,
.gallery .scrollbox,
.gallery .navigation nav,
.gallery .bottom .cont {
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.2); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.2); box-shadow:1px 3px 8px rgba(0,0,0,0.2);
}
.gallery .img .other,
.gallery .img img.main {
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.4); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.4); box-shadow:1px 3px 8px rgba(0,0,0,0.4);
}

.gallery .bottom nav {
	border:1px solid #878174;
	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(188,184,175,1)));
	background-image:-webkit-linear-gradient(top, rgba(255,255,255,1), rgba(188,184,175,1) );
	background-image:-moz-linear-gradient(top, rgba(255,255,255,1), rgba(188,184,175,1) );
	background-image:-ms-linear-gradient(top, rgba(255,255,255,1), rgba(188,184,175,1) );
	background-image:linear-gradient(top, rgba(255,255,255,1), rgba(188,184,175,1) );
	filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFFFF,EndColorStr=#FFbcb8af);
	-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);
}
.gallery .bottom nav a {
	border-left:1px solid #878174;
	background-image:url(buttons_w.png);
}
.gallery .bottom nav a.active {
	background-color:rgba(0,0,0,0.2);
	border-left-color:#666;
}
.no-rgba .gallery .bottom nav a.active {
	background-color:#888;
}
.gallery .bottom .icon {
	background-image:url(buttons_w.png);
}




