.single .entry-content p{
  line-height: 1.3em;
}
.not-singular .entry-content{
  float: left;
  width: 134px;
  margin: 0 0 30px 0;
}
.not-singular .entry-content a{
  border:4px #CCC solid;
  display: block;
  height: 125px;
  width: 125px;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.not-singular .entry-content a img{
  position: absolute;
  z-index: 5;
}
.not-singular .entry-content a span.slide-title{
  position: absolute;
  left: 3px;
  bottom: 0;
  height: 16px;
  width: auto;
  white-space: nowrap;
  line-height: 1em;
  color: #FFF !important;
  font-size: .8em;
  text-transform: uppercase;
  z-index: 0;
}
.not-singular .entry-content{
  position: relative;
}
.not-singular .entry-content .new{
  display: block;
	position: absolute;
	top: -1px;
	right: 37px;
	width: 109px;
	height: 32px;
	background: url("../images/ico-video-trans.png") no-repeat top left;
	z-index: 200;
}
.not-singular .entry-content .play{
  display: block;
	position: absolute;
	top: 80px;
	right: 135px;
	width: 60px;
	height: 42px;
	background: url("../images/play.png") no-repeat top left;
	z-index: 200;
}
.thumbnail{
	color: #eee;
}