.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;
  
  bottom:0px;
  width:100%;
 
}
.gallery .item {
	height:400px;
	overflow: hidden;
  background: #000000;
  width:100%;
  
}

