.gallery .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

/*
	Theme controls how everything looks in Gallery CSS.
*/
.gallery {
  position: relative;
}
.gallery .item {
	width: 835px;
	height: 300px;
}
.gallery .controls {
	position: absolute;
	bottom: 0px;
	width: 835px;
	margin-left:0px;
}
.gallery .control-button {
  display: inline-block;
  margin: 0 .02em;
  font-size: 3.5em;
  text-decoration: none;
  transition: color .1s;
}

