.play small {
	background: url(http://cdn-w.zoig2.com/cdndir/images/zoig2/playicn1.png) bottom left no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -22px;
	width: 45px;
	height: 45px;
}

.play:hover small {
	background: url(http://cdn-w.zoig2.com/cdndir/images/zoig2/playicn1.png) top left no-repeat;
}

.playbig small {
	background: url(http://cdn-w.zoig2.com/cdndir/images/zoig2/playicn1.png) bottom left no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -2px;
	width: 45px;
	height: 45px;
}

.playbig:hover small {
	background: url(http://cdn-w.zoig2.com/cdndir/images/zoig2/playicn1.png) top left no-repeat;
}
/*
 * name and description
 */
.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}

.thumbnails {
    text-align:center;
}

.thumbnails > li {
    display: inline-block;
    *display:inline; /* ie7 fix */
    float: none; /* this is the part that makes it work */
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  text-align: center;
  background-color: #e9e9e9;
  border-top: 1px solid #000;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.desc {
	font-size: 12px;
	margin-top: 4px;
}
.tooltip-inner  {
    max-width: 200px;
}