.pe-thumbs{
	width: 100%;
	height: 545px;
    margin-top:-19px;	
    
	position: relative;
	background: transparent url(../images/3.jpg) top center;
    transition: background 1.5s ease-in-out;	
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.pe-thumbs:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
}
.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: 165px;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.pe-thumbs li a div.pe-description{
	width: 200px;
	height: 165px;
	background-color:#212329 ;
	position: absolute;
	top: 0px;
	left: -200px;
	color: white;
	display: none;
	z-index: 0;
	text-align: left;
}
.pe-description h3{
	padding: 10px 10px 0px 10px;
	line-height: 20px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 22px;
	margin: 0px;
}
.pe-description p{
	padding: 10px 0px;
	margin: 10px;
	font-size: 15px;
	font-style: italic;
	border-top: 1px solid rgba(255,255,255,0.3);
}