﻿*{ 
   margin: 0; 
   padding: 0;
}

.clear{
   clear:both;
   font-size:1px; 
   width:1px;
   height:1px; 
   visibility:hidden;
}

.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}

/* 视频播放器部分Start */
.v_player{
	width:180px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/* 顶部边框 */
.v_top1{
float:left;
width:12px;
height:11px;
font-size:1px;
background-image:url(../mediaplayer/lightblue/m_top1.gif);
}

.v_top2{
float:left;
width:320px;
height:11px;
font-size:1px;
background-image:url(../mediaplayer/lightblue/m_top2.gif);
}

.v_top3{
float:right;
width:12px;
height:11px;
font-size:1px;
background-image:url(../mediaplayer/lightblue/m_top3.gif);
}

/* 中间MediaPlayer控件和影片信息 */
.v_mid1{
float:left;
width:12px;
height:264px;
font-size:1px;
background-image:url(../mediaplayer/lightblue/m_border.gif);
}

.v_mid2{
float:left;
width:170px;
font-size:1px;
background-color:#FFF;
color:#000;
}

/* 图片介绍 */
#perpic{
margin:0 auto;
width:190px;
height:170px;
display:none;
}

/* 播放器对象 */
#playerList{
margin:0 auto;
width:170px;
height:170px;
display:block;
}

/* 影片信息部分 */
.m_info{
margin:0 auto;
border-top:1px solid #71b2d9;
background-color:#BBD2E4;
width:180px;
height:18px;
display:block;
}

.m_info #mediaTime{
float:right;
padding-top:3px;
padding-bottom:1px;
width:70px;
height:12px;
color:#FFF;
text-align:center;
font:normal 12px "宋体,Arial, Helvetica, sans-serif";
}

.m_info #mediaInfo{
float:left;
padding-left:5px;
padding-top:3px;
padding-bottom:1px;
width:90px;
height:12px;
color:#FFF;
text-align:left;
font:normal 12px "宋体,Arial, Helvetica, sans-serif";
}

.v_mid3{
float:right;
width:12px;
height:264px;
font-size:1px;
background-image:url(../mediaplayer/lightblue/m_border.gif);
}

/* 修饰线 */
.v_line{
	width:170px;
	height:4px;
	font-size:1px;
	background-image:url(../mediaplayer/lightblue/m_line.gif);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

/* 播放器控制按钮区域 */
.left_control{
float:left;
width:11px;
height:55px;
background-image: url(../mediaplayer/lightblue/left_control.gif);
}

.cnt_control{
float:left;
width:190px;
height:30px;
background-image: url(../mediaplayer/lightblue/control_bg.gif);
overflow:hidden;
}

.cnt_control .btnPlay{
float:left;
padding-top:2px;
padding-bottom:2px;
width:34px;
height:26px;
}

.cnt_control .btnStop{
float:left;
padding-top:4px;
padding-bottom:28px;
width:23px;
height:23px;
}

.cnt_control .btnInfo{
float:left;
width:140px;
height:35px;
}

.pbar{
margin:0 0 0 0;
width:150px;
height:30px;
overflow:hidden;
}

.vloadingleft{
float:left;
width:8px;
height:32px;
}

.v_loading{
float:left;
margin:0;
width:118px;
height:32px;
overflow:hidden;
}

.pointer{
cursor: pointer;
}

.pzonetop{
margin:0 auto;
height:13px;
width:50px;
font-size:1px;
}

#pZone{
	margin:0 auto;
	width:118px;
	background:url(../mediaplayer/lightblue/loading.gif) left top no-repeat;
	text-align:left;
	position: relative;
	left:0;
	overflow: hidden;
	margin-top: 5px;
}

#pBox{
left: 0; 
top:-1px;
overflow: hidden; 
cursor: pointer; 
position: relative;
z-index:99;
}

.btnSound{
float:right;
padding-top:1px;
padding-right:1px;
padding-bottom:1px;
padding-left:2px;
width:23px;
height:25px;
}

.sbar{
float:right;
width:52px;
height:55px;
}

.vzonetop{
margin:0 auto;
width:52px;
height:10px;
font-size:1px;
}

#vZone{
margin:0 auto;
width:48px;
height:9px;
background:url(../mediaplayer/lightblue/soundbg.gif) left top no-repeat;
position: relative; 
left:0;
text-align:left;
}

#vBox{
left:25px; 
overflow: hidden; 
cursor: pointer; 
position: relative; 
top:0;
}

.fullscreen{
margin:0 auto;
padding-top:4px;
padding-right:1px;
padding-bottom:9px;
padding-left:28px;
width:22px;
height:23px;
}

#v_info{
margin:0 auto;
padding-top:4px;
width:140px;
height:12px;
font:bold 12px "宋体,arial,Helvetica,sans-serif";
letter-spacing:1px;
color:#1172BF;
text-align:center;
}

.right_control{
float:right;
width:11px;
height:55px;
background-image: url(../mediaplayer/lightblue/right_control.gif);
}
/* 视频播放器部分End */

