#navigation {
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}
#navigation input[type="text"] {
  font-size: 12px;
  font-weight: 500;
  margin: 0 5px;
  padding: 3px 0;
  text-align: center;
  width: 30px;
}

.pageLeft,
.pageRight {
  outline: none;
  margin: auto;
}

.noclick {
  background-color: #e5e5e5;
  cursor: default !important;
}

.item,
.false-item {
  float: left;
  height: 155px;
  list-style-type: none;
  margin-bottom: 30px;
  margin-right: 13px;
  width: 135px;
}
.item a.remove {
  background-color: #ddd;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.item a.remove:hover {
  color: #fff;
  text-decoration: none !important;
}
.item div {
  position: relative;
}
.false-item img.thumb,
.false-item div.thumb,
.item img.thumb,
.item div.thumb {
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  height: 70px;
  margin-bottom: 7px;
  opacity: 0.8;
  padding: 4px;
  width: 125px;
}

.item img.status {
  left: 7px;
  position: absolute;
  top: 7px;
}
.item img.checked {
  left: 6px;
  position: absolute;
  top: 34px;
}
.item .shared {
  margin: 0;
  padding: 3px 5px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 7px;
}
.item .views {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  left: 5px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 6px;
  position: absolute;
  top: 52px;
}
.item .info {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  top: 55px;
}
.item .title {
  color: #000000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  max-height: 45px;
  overflow: hidden;
}
.item a.title {
  color: #000000;
  text-decoration: none !important;
}
.item a.title:hover {
  /*color: #00f;*/
  /*text-decoration: underline !important;*/
  color: #ff3300;
}
.item .primary {
  font-size: 11px;
  margin-bottom: 5px;
}
.item .secondary {
  font-size: 10px;
  line-height: 5px;
}
.item video.preview {
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  height: 70px;
  margin-bottom: 7px;
  opacity: 0.8;
  padding: 4px;
  width: 125px;
  top: 0px; 
  left: 0;
  position: absolute;
}
