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

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

.last-review-img span{
	color: #FBFE07;
}

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

.quale
{
	font-size: 13px;
	margin-left: 3px;
}

.review-game-name
{
	float: right;
	margin-right: 3px;
}

span.review-game-name
{
	font-size: 15px;
}

#more-rev {
	float: right;	
}