.pv_wrap {
	border: 0px solid #fff; 
	width: 120px; 
	height: 90px; 
	margin-bottom: 8px;
}

.pv_wrap .pv {
    display: -moz-inline-stack;
    display: inline-block;
    position: relative;
    width: 120px;
    height: 90px;
    border: 0px solid #fff;
    margin: 0px;
    /*background: #f00;*/
    text-align: center;
}
.pv_wrap a:hover {
	text-decoration: none;
}
.pv_wrap img {
	border:1px solid #000;
	width:120px; 
	height:90px; 
	margin:0px;
}
.pv_wrap .time {
	float:right; 
	position:absolute; 
	text-align:center; 
	background-color:#000000; 
	font-size:11px;
	width:34px; 
	height:16px; 
	margin-left:88px; 
	margin-top:76px; 
	_margin-top:74px; 
}
.pv_co, .pv_core {
    position: absolute;
    width: 120px;
    height: 90px;
    cursor: pointer;
    z-index: 1;
	padding: 1px;
   /* top: -1px;
    left: -1px;
    _padding: 0px;
    _top: 0px;
    _left: 0px;*/
}

.pv_core {
    background: url('http://img.dev.itovi.com/search/thum_loading8.gif') center center no-repeat;
}

.pv_core object {
    width: 100%;
    height: 100%;
}