ul.picture_link {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing:1px;
	background:-moz-linear-gradient(top, #aaa, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#fff));
	-pie-background:linear-gradient(top, #aaa, #fff);
	background:-ms-linear-gradient(top, #aaa, #fff);
}
ul.picture_link li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
ul.picture_link li a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #434343;
	background:-moz-linear-gradient(top, #fff, #ebebeb 50%, #ebebeb 80%, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #ebebeb), color-stop(80% #ebebeb), to(#efefef));
	-pie-background:linear-gradient(top, #fff, #ebebeb 50%, #ebebeb 80%, #efefef);
	background:-ms-linear-gradient(top, #fff, #ebebeb 50%, #ebebeb 80%, #efefef);
	position: relative;
}
ul.picture_link li a:hover {
	color: #B42F00;
	border: 1px solid #aaa;
	margin: -1px;
}
ul.picture_link li.active a {
	background:-moz-linear-gradient(top, #390803,#390803 50%, #5b322e);
	background: -webkit-gradient(linear, left top, left bottom, from(#390803), color-stop(50% #390803), to(#5b322e));
	-pie-background:linear-gradient(top, #390803, #390803 50%, #5b322e);
	background:-ms-linear-gradient(top, #390803, #390803 50%, #5b322e);
	color: #ffeb8b;
	margin: -1px;
	border: 1px solid #5b322e;
}
ul.picture_link li a:hover:before,
ul.picture_link li a:hover:after,
ul.picture_link li.active a:after {
	position: absolute;
	content: "";
	left: 50%;
	border-style: solid;
	border-width: 0 10px;
	border-color: transparent;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	border-top-width:10px;
	width: 0;
	height: 0;
}
ul.picture_link li a:hover:before {
	bottom: -10px;
	border-top-color: #aaa;
}
ul.picture_link li a:hover:after {
	bottom:-8px;
	border-top-color:#efefef;
}
ul.picture_link li.active a:after {
	bottom: -10px;
	border-top-color: #5b322e;
}

table.picture {
	border-collapse: separate;
	border-spacing: 5px 8px;
	margin: 0 -5px;
	table-layout: fixed;
	width: 760px;
}
table.picture th,
table.picture td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}
table.picture th a img,
table.picture td a img {
	max-width: 100%;
	box-sizing:border-box;
	padding: 5px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	max-height: 190px;
}
