
.lit_photo{ 
width:160px;
height:170px;
border:1px solid #ccc;
overflow:hidden;
position:relative;
display:table-cell;
text-align:center;
vertical-align:middle;
background-color : #ffffff;
} 

.lit_photo span{ 
position:static;
+position:absolute;
top:50%;
}


.lit_photo span img {
position:static;
+position:relative;
top:-50%;left:-50%;
} 

.lit_photo2{ 
width:333px;
height:365px;
border:1px solid #ccc;
overflow:hidden;
position:relative;
display:table-cell;
text-align:center;
vertical-align:middle;
background-color : #ffffff;
} 

.lit_photo2 span{ 
position:static;
+position:absolute;
top:50%;
}


.lit_photo2 span img {
position:static;
+position:relative;
top:-50%;left:-50%;
} 
