/* 视频播放器容器 - 隐藏状态 */
#voice-player {
	display:none;
	height:546px;
	width:664px;
	padding:8px 12px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-332px;
	margin-top:-273px;
	z-index:100;
	background:url(../image/2b89_3f780f83_066a_9073_e895_0725f9eb2a3b_1.png) left top no-repeat;
}

/* 视频播放器背景 */
.bg_vplayer{ 
    width:640px; 
    height:360px; 
    background:url(../image/2b88_bb0f5f26_bafa_cfde_7886_06eb497102fc_1.jpg) no-repeat;
}

/* IE视频播放器 - 注释掉expression语法避免错误 */
*html #voice-player {
	position: absolute;
	/* margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); */
	background-image:url(../image/2cc0_89fb0799_8661_bbc1_2c55_e2eebee64d49_1.gif);
}

/* 视频播放器标题 */
#voice-player h2{
	width:90%;
	height:30px;
	line-height:30px;
	font-size:14px;
	/*color:#f8ffd3;*/
	color:#fee900;
	font-weight:bold;
	padding-bottom:5px;
}

/* 视频播放器停止按钮 */
#voice-player .voice-stop {
	cursor: pointer;
	display: block;
	height: 26px;
	position: absolute;
	right: 40px;
	top: 9px;
	width: 32px;
	z-index:100;
	text-indent:-9999em;
}

/* 视频播放器更多链接 */
#voice-player .more{
	position:absolute;
	right:83px;
	top:15px;
	line-height:20px;
	color:#634600;
}

/* 视频播放器更多链接悬停效果 */
#voice-player .more:hover{ 
    text-decoration:underline;
}

/* 替换文本 */
span#replaced{
	width:664px;
	height:365px;
	display:block;
	line-height:360px;
	text-align:center;
	color:#fee900;
}

/* 视频播放器视频列表 */
#voice-player .video-lists{
	padding-top:20px;
	position:absolute;
	left:42px;
	top:402px;
	width:572px;
	overflow:hidden;
}

/* 视频播放器视频列表和列表 */
#voice-player .video-lists,
#voice-player .video-lists ul{ 
    height:112px;
}

/* 视频播放器视频列表项和链接及图片 */
#voice-player .video-lists li,
#voice-player .video-lists li a,
#voice-player .video-lists li a img{
	width:134px;
	height:82px;
	display:block;
}

/* 视频播放器视频列表项 */
#voice-player .video-lists li{
	width:136px;
	height:auto;
	float:left;
	padding:2px 6px;
	text-align:center;
	/*color:#a7e1ff;*/
	color:#fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	font-size:12px;
}

/* 视频播放器视频列表项链接 */
#voice-player .video-lists li a{
	border:1px solid #bb4c1e;
	cursor:pointer;
	margin-bottom:5px;
}

/* 视频播放器视频列表项悬停和激活状态 */
#voice-player .video-lists li:hover,
#voice-player .video-lists li.active{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* 视频播放器上一页按钮 */
#voice-player .video-prev,
#voice-player .video-next{
	display:block;
	width:29px;
	height:83px;
	text-indent:-9999em;
	background-image:url(../image/2b89_28a233bc_3019_3680_6b3d_f3fdda190c1e_1.png);
	/*background-image:url(https://i2.itc.cn/20110601/848_59af2371_d35c_46a7_b034_576e92f0b87e_2.gif);*/
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	top:430px;
}

/* 视频播放器上一页按钮 */
#voice-player .video-prev{
	left:8px;
	background-position:0 0;
}

/* 视频播放器下一页按钮 */
#voice-player .video-next{
	right:33px;
	background-position:-29px 0;
}

/* 视频播放器上一页按钮悬停效果 */
#voice-player .video-prev:hover{
    background-position:-58px 0;
}

/* 视频播放器下一页按钮悬停效果 */
#voice-player .video-next:hover{
    background-position:-87px 0;
}

/* 视频播放器禁用状态 */
#voice-player .disabled{
	background-image:none;
	cursor:default;
}