#images a {
	position: relative; display: inline-block; margin: 1px; z-index: 0; box-shadow: inset 0 0 1px #000; vertical-align: top;

	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #e8e8e8 44%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(44%,#e8e8e8), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #ededed 0%,#e8e8e8 44%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #ededed 0%,#e8e8e8 44%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#e8e8e8 44%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #ededed 0%,#e8e8e8 44%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e2e2e2',GradientType=0 );
}

#images a:hover { z-index: 1; box-shadow: 0 0 24px #fff; }

.gallery_nav_btn { position: absolute; display: block; top: 0; bottom: 0; width: 32px; opacity: 0.3; }
.gallery_nav_btn:hover { opacity: 1.0; }

#btn_prev { left: 0; background: url("http://static.frigolit.net/img/fugue/icons-shadowless/control-180.png") center center no-repeat, rgba(0,0,0,0.5); }
#btn_next { right: 0; background: url("http://static.frigolit.net/img/fugue/icons-shadowless/control.png") center center no-repeat, rgba(0,0,0,0.5); }

#albumlist a { display: inline-block; height: 16px; line-height: 16px; padding-left: 22px; margin-bottom: 2px; background: no-repeat url("http://static.frigolit.net/img/fugue/icons/folder-horizontal.png"); }

