.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}

.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper figure {
	position:absolute;
	outline:none;
}
.am-wrapper a {
	position:absolute;
	outline:none;
}

#toplinks {
	background: #383838;
	margin: auto;
}

#toplinks td {
	border-right: white 1px solid;
	border-left: white 1px solid;
	padding-left: 1em;
	padding-right: 1em;
}

#toplinks a:link {
	text-decoration: none;
	color: white;
}

#toplinks a:visited {
	text-decoration: none;
	color: white;
}

#toplinks a:hover {
	background: black;
	text-decoration: none;
	color: white;
}

#toplinks a:active {
    color: black;
	text-decoration: none;
}
