.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: -22px;
	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;
}


.play i {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 14px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 25px;
	color: #FFF;
}

/*
 * Footer
 */

.blog-footer {
  margin-top: 20px;
  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;
}

.new {
	background-color: #ffff99;
}

.thumbz {
	padding: 4px;
	float: left;
	position: relative;
	width: 140px;
	height: 140px;
}

.thumbz a {
	margin-bottom: 0px;
}

.tab-pane {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav-tabs {
    margin-bottom: 0;
}

.pull-right {float:right;}

.loader {
	position: absolute;
	right: 20px;
	top: 12px;
	display: none;
	width: 18px;
	float: right;
}

.reload {
	position: absolute;
	right: 20px;
	top: 12px;
	float: right;
	font-size: 18px;
	color: #808080;
	cursor: pointer;
	display: none;
}