.guests{margin:0;padding:0;overflow:hidden}
.guests_list{width:158px;display:inline-block;vertical-align:top;margin:0 0 10px 10px}
.guest_block {
	position:relative;
	overflow:hidden;
	height:152px;
	border-radius:5px;
	-moz-border-radius:5px;
	background-repeat:no-repeat;
	text-align:center
}
.guest_block_date{
	position:absolute;bottom:0;left:0;right:0;z-index:2;opacity:0.7;
	display:block;
	padding:3px 5px 4px;
	font-size:11px;
	color:#fff;
	text-align:center;
	background:#778076 ;
	background:-webkit-linear-gradient(top,#778076  0,#494D45  100%);
	background:linear-gradient(to bottom,#778076  0,#494D45  100%);
}
.guest_block_date a{float: right;text-decoration: none;background: red;padding: 0 4px;color: #fff;border-radius: 4px;}
.guest_block_date.new{background:#59A265 ;background:-webkit-linear-gradient(top,#59A265  0,#30643B  100%);background:linear-gradient(to bottom,#59A265 0,#30643B 100%);}
.guest_block:hover .guest_block_date {opacity:1;}
.guest_block .avatar{
    position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:auto;
	height:auto;
	z-index:1;
	background-size:cover;
	background-position: center center;
}

.inv_pay_btn{
	text-decoration: none;
    background: #3F51B5;
    padding: 0;
    color: #fff;
    border-radius: 4px;
    height: 33px;
    line-height: 33px;
    width: 100px;
    display: inline-block;
    text-align: center;
}
.inv_pay_btn:hover{background: #2196F3;color:#fff}