.poppost-img{
	position:relative;
	overflow: hidden;
	width: 256px;
	height: 100px;
	margin: 5px 0px 5px 0px;
}

.poppost-img img{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	width:100%;
}

.poppost-img span{
	color: #FBFE07;
}

.poppost-name{
	width: 100%;
	position:absolute;
	bottom: 0px;
	right: 0px;
	background-color: #000;
	background: rgba(0, 0, 0, 0.8);
}

.poppost span
{
	font-size: 14px;
	margin-left: 3px;
}