a{
display: none;
}
.container{
margin-top:57px;
}

.pe-thumbs{
	width: 500px;
	height: 400px;
/*	margin: 20px auto;*/
	position: relative;
/*	background: transparent url(../images/1.jpg) center center;*/
}
.pe-thumbs:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(53,125,176, 0);
}
.pe-thumbs li{
	float:left;
	position: relative;
}
.pe-thumbs li a,
.pe-thumbs li a img{
	display: block;
	position: relative;
}
.pe-thumbs li a img{
	width: 100px;
	opacity: 0;
}
.pe-thumbs li a div.pe-description{
	width: 200px;
	height: 100px;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	left: -200px;
	color: white;
	display: none;
	z-index: 1001;
}
