#new_vgbox {
	width: 1000px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 auto;
	overflow: hidden;
}
.vgbox_ul li {
	float: left;
	width: 489px;
	height: 234px;
	margin-top: 6px;
	margin-left: 5.5px;
	margin-right: 5.5px;
	position: relative;
}
.vgbox_ul li{background: url(../images/new_vg.png) no-repeat;}
    .vgbox_ul li a {
        top: 160px;
        left: 110px;
        display: inline-block;
        position: absolute;
        width: 109px;
        height: 37px;
    }
.vgbox_ul li a.playbtn{
	background: url(../images/btn_play.png) no-repeat;
}
.vgbox_ul li a.jqqdbtn{
	background: #f00;
}
.vgbox_ul li a.tg_sw{
	left: 15px;
	background: url(../images/btn_free.jpg) no-repeat;
}
.vgbox_ul li a.playbtn_2{
	background: url(../images/btn_play.jpg) no-repeat;
	left: 130px;
}
.vgbox_ul li a:hover{background-position: 0 -2px;}
