.tp-grid {
	list-style-type: none;
	position: relative;
	display: block;
	text-align:center;
	margin:0 auto !important;
	text-align:center;
	width:97%;
	margin-left:2%;
	position:relative;
}
.tp-grid li {
	position: absolute;
	cursor: pointer;
	width: 205px;
	border: 7px solid #fff;
	border-radius:5px;
	display: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	margin:-30px 5px 20px;
	text-align:center;
}
.no-js .tp-grid li {
	position: relative;
	display: inline-block;
}
.tp-grid li a {
	display: block;
	outline: none;
}
.tp-grid li img {
	display: block;
	border: none;
}
.tp-info,
.tp-title {
	position: absolute;
	background: rgba(59,61,66,0.5);
	line-height: 5px;
	color: #eee;
	top: 5%;
	width: 45px;
	padding: 3px;
	font-weight: bold;
	text-align: right;
	left: -100%;
	box-shadow:
		1px 1px 1px rgba(0,0,0,0.1),
		5px 0 5px -3px rgba(0,0,0,0.4),
		inset 0 0 5px rgba(0,0,0,0.0.4);
}
.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: 6px 3px 8px;
	left: 0px;
}
.tp-title span:nth-child(2){
	color: #eee;
	right: 0px;
	top: 0px;
	position: absolute;
	font-size:0;
	display: hidden;
}