.vimeography-strips {
	margin: 20px auto;
	clear: both;
	text-align: center;
  width: 100%;
	font-size: 0; /* Gets rid of the whitespace between inline-block elements */
  line-height: 0;
}

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

.vimeography-strips .vimeography-thumbnail-container {
	width: 100%;
  max-width: 200px;
	display: inline-block;
  vertical-align: top;
}
.vimeography-strips .vimeography-thumbnail img {
	width: 100%;
	padding: 0;
	margin: 0;
	box-shadow: #000 0em 0em 0em; /* Fixes weird firefox rendering with opacity changes */
	cursor: pointer;
}
.vimeography-strips .vimeography-info {
	text-align: center;
}
.vimeography-strips .vimeography-info .vimeography-title {
	color: #222;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	overflow: hidden;
	font-weight: 500;
	padding: 20px 0 8px;
	margin: 0;
	display: block;
}
.vimeography-strips .vimeography-info .vimeography-description {
	color: #aaa;
	font-family: serif;
	font-size: 11px;
  line-height: 1.2em;
	font-weight: 300;
	text-transform: lowercase;
	padding: 0 0 25px;
	display: block;
	margin: 0;
}

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

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

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

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

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