
/* @override http://test.net-at-hand.int:3000/stylesheets/node/8103.css */

.pagination {
	float: right;
}
.pagination .page {
	background: #999;
	padding: 3px 5px;
	color: white;
	text-decoration: none;
}
.pagination .page.current {
	background: black;
}

.adv_album.image.list {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	background: #999;
}
.image.list.current {
	background: black;
}
.image.list a {
	display: block;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -10000px;
}
.image.list a:hover {
	background-color: black;
}
.image.list img {
	margin: 0;
	display: none;
}

.adv_album.link_back {
	padding-top: 1em;
	clear: both;
}