<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#video_player_box_id {
height:230px;
overflow:hidden;
position:relative;
left:0px;
top:0px;
width:256px;
z-index:5;
}
#video_box_id {
height:200px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:256px;
}
#video_image_id {
height:200px;
left:0;
position:absolute;
top:0;
width:256px;
z-index:15;
}
#video_player_box_id #video_play_btn{
height:200px;
width:256px;
}
#video_player_box_id #video_play_btn span {
/*background:transparent url(img/play.png) no-repeat scroll center;
background-position:50% 50%;
background-position:-100px -100px;*/
cursor:pointer;
display:block;
height:200px;
position:absolute;
left:0;
top:0;
width:256px;
z-index:20;
}
#video_controlbar_id {
background:#737373;
bottom:0px;
height:30px;
left:0px;
overflow:hidden;
padding:0 0 0 10px;
position:absolute;
width:246px;
z-index:10;
}
#video_controlbar_id #seekbar_box_id {
/*background:url(img/seekbar_bg.gif) repeat-x scroll left center;*/
display:block;
float:left;
height:16px;
margin-left:6px;
margin-right:6px;
position:relative;
width:66px;
}
#video_controlbar_id #volume_box_id {
/*background:transparent url(img/volumebar_bg.gif) repeat-x scroll left center;*/
display:block;
float:left;
height:16px;
margin-right:6px;
position:relative;
width:32px;
}
</pre></body></html>