.tp-grid {
	list-style-type: none;
	position: relative;
	display: block;
	z-index:100;
}

.tp-grid li {
	position: absolute;
	cursor: pointer;
	border: 10px solid #e7e7e7;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	display: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 140px;
	width: 140px;
	
}


.no-js .tp-grid li {
	position: relative;
	display: inline-block;
}

.tp-grid li a {
	display: block;
	outline: none;
	font-weight: bold;
}

.tp-grid li img {
	display: block;
	border: none;
}

.tp-info,
.tp-title {
	opacity: 0.9;
	position: absolute;
	background: #fec212;
	line-height: 20px;
	color: #333;
	top: 54%;
	width: 60%;
	padding: 10px;
	font-weight: 700;
	text-align: right;
	left: -100%;
	/* [disabled]border-top: 2px solid #e7e7e7; */
	/* [disabled]border-right: 2px solid #e7e7e7; */
	/* [disabled]border-bottom: 2px solid #e7e7e7; */
	/* [disabled]border-left: 2px none #e7e7e7; */
}

.touch .tp-info {
	left: 0px;
}

.no-touch .tp-info {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.no-touch .tp-grid li:hover .tp-info {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	transition-delay: 150ms;
}

.no-touch .tp-open li:hover .tp-info {
	left: 0px;
}

.tp-title {
	padding: 10px 15px 10px 10px;
	left: 0px;
}

.tp-title span:nth-child(2){
	color: #fff;
	padding: 0 10px 0 7px;
	background: #fec212;
	right: 0px;
	height: 100%;
	line-height: 40px;
	top: 0px;
	position: absolute;
	display: none;
}
