.vimeography-squares * {
  box-sizing: border-box;
}

.vimeography-squares {
	width: 100%;
	clear: both;
	margin: 20px auto;
}

.vimeography-squares .vimeography-thumbnails {
  margin: 0 auto;
  max-width: 100%;
}

.vimeography-squares .vimeography-thumbnail {
	width: 235px;
	height: 235px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
  float: left;
}

.vimeography-squares .vimeography-thumbnail-image {
	overflow:hidden;
}

.vimeography-squares .vimeography-thumbnail-image img {
	max-width: 418px;
	height: 235px;
	margin: 0 0 0 -91px;
}

.vimeography-squares .vimeography-thumbnail a.vimeography-data {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF), alpha(opacity=0)"; /* IE8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF,endColorstr=#D8FFFFFF), alpha(opacity=0);   /* IE6 & 7 */
          zoom: 1;
    color: #222;
    font-size: 12px;
    width: 235px;
    height: 235px;
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    text-align: left;
}


.vimeography-squares .vimeography-thumbnail a.vimeography-data strong {
    color: #333;
    font-size: 16px;
}
.vimeography-squares .vimeography-thumbnail a.vimeography-data span {
	display: block;
	font-size: 12px;
    margin: 10px 0 0;
    overflow: hidden;
}

.vimeography-squares .vimeography-paging-controls {
  display: none;
  margin: 15px auto;
  clear: both;
  text-align: center;
}

.vimeography-squares .vimeography-paging-controls > span {
  position: relative;
  top: -10px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.vimeography-squares .vimeography-paging {
  font-family: 'Entypo', sans-serif;
  font-size: 60px;
  text-decoration: none;
  color: rgba(0,0,0,1);
  opacity: 1;
}
.vimeography-squares .vimeography-paging:hover {
  color: rgba(0,0,0,1);
  opacity: .75;
}

.vimeography-squares .vimeography-paging-disabled,
.vimeography-squares .vimeography-paging-disabled:hover {
  color: rgba(0, 0, 0, 1);
  opacity: .20;
}

.vimeography-squares .vimeography-loader { opacity: 0; }