#container_page_into {
    margin: 0 auto;
    width: 858px;
}
.lista{
	display:inline-block;
	width:256px;
	margin-bottom:10px;
	margin-right:20px;
}
.lista a{
	margin:0;
	float:left;
}
.lista img{
	margin:0;
	height:139px;
	width:256px;
}
.title_ph{
	float:left;
	width:100%;
	margin:0;
	font-weight:bold;
}
.thumb-container,
.thumb-inner,
.thumb-img {
	border: 0;
	display: block;
	display: inline-block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;

}


.thumb-container {
	border:1px solid #999;
	height: 139px;
	margin: 11px;
	padding: 3px;
	width: 256px;
}

.thumb-container a,
.thumb-container img {
	border: 0;
	margin: 0;
}

.thumb-center img,
.thumb-strip,
.thumb-icon {
	position: absolute;
}

.thumb-center img {
	margin-left: 50%;
	margin-top: 50%;
        left:100px;
        top:-150px;
}

.thumb-strip {
display:none;
	background-color: #5C012E;
	
	color: #fff;
	font: 10px/16px Arial, sans-serif;
	height: 16px;
	bottom: 0;
	left: 0;
	letter-spacing: -1px;
	text-indent: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

.thumb-icon {
	
	bottom: 2px;
	height: 22px;
	right: 4px;
	width: 22px;
}