@CHARSET "UTF-8";
 
#mediaPlayer_box{
	height:56px;
	background: transparent url(../img/mediaplayer_shadow.png) no-repeat center top;
	text-align:center;
	padding-top:8px;
}
#mediaPlayer{
	width:0px;
	height:0px;
}
#mediaPlayer_control{
	width:500px;
	height:40px;
	margin:0 auto;
	background-color:#f6f6f6;
}
#mediaList, #videoList{
	text-align: center;
}
#mediaList table, #videoList table{
	width:500px;
	margin:0 auto;
}
#mediaList table tr td, #videoList table tr td{
	padding:2px 10px;
	text-align: center;
}
#mediaList table tr td.f, #videoList table tr td.f{
	text-align: left;
}
#mediaList table tr.title td, #videoList table tr.title td{
	text-align:center;
	font-size:10px;
}
#mediaList table tr.odd td, #videoList table tr.odd td{
	background-color:#f0f0f0;
}
#mediaList table td a, #videoList table td a{
	display:block;
}
#mediaList table td a:hover, #videoList table td a:hover{
	text-decoration:none;
}
#mediaList table td a.selected, #videoList table td a.selected{
	font-weight:bold;
	color:#0071e7;
	text-decoration:underline;
	font-style:italic;
}
 
#videoPlayer_box{
	height:431px;
	background: transparent url(../img/videoplayer_shadow.png) no-repeat center top;
	text-align:center;
	padding-top:8px;
}
#videoPlayer{
	width:500px;
	height:375px;
	margin:0 auto;
}
#videoPlayer_control{
	width:500px;
	height:39px;
	margin:0 auto;
	background-color:#f6f6f6;
	border-top:1px #ccc solid;
}
 
/*share*/
a.player_prev, a.player_next, a.player_play, a.player_pause, a.player_stop, a.player_volume, a.player_volume_mute{
	display:block;
	float:left;
}
a.player_prev, a.player_next, a.player_volume, a.player_volume_mute{
	height:25px;
	width:25px;
}
a.player_prev{
	margin:7px 3px 7px 15px;
	background: transparent url(../img/player_buttons.png) -0px -85px no-repeat;
}
a:hover.player_prev{
	background: transparent url(../img/player_buttons.png) -0px -60px no-repeat;
}
a.player_next{
	margin:7px 10px 7px 3px;
	background: transparent url(../img/player_buttons.png) -25px -85px no-repeat;
}
a:hover.player_next{
	background: transparent url(../img/player_buttons.png) -25px -60px no-repeat;
}
a.player_volume{
	margin:7px 3px 7px 10px;
	background: transparent url(../img/player_buttons.png) -50px -60px no-repeat;
}
a.player_volume_mute{
	margin:7px 3px 7px 10px;
	background: transparent url(../img/player_buttons.png) -50px -85px no-repeat;
}
a.player_play, a.player_pause, a.player_stop{
	height:30px;
	width:30px;
	margin:4px 3px 5px 3px;
}
a.player_play{
	background: transparent url(../img/player_buttons.png) -0px -0px no-repeat;
}
a.player_pause{
	background: transparent url(../img/player_buttons.png) -60px -0px no-repeat;
}
a.player_stop{
	background: transparent url(../img/player_buttons.png) -30px -0px no-repeat;
}
 
 
.player_status{
	float:left;
	position:relative;
	width:250px;
	height:40px;
}
.player_status .info{
	text-align:right;
	margin-top:5px;
}
.player_status .seekbarOvserver, .player_status .seekbar, .player_status .progressbar{
	position:absolute;
	top:23px;
	left:0;
	height:8px;
	overflow:hidden;
}
.player_status .seekbarOvserver{
	width:250px;
	z-index:200;
	cursor:pointer;
}
.player_status .seekbar{
	width:0;
	background-color:#aaa;
	z-index:100;
}
.player_status .progressbar{
	width:0;
	background-color:#ccc;
}
 
 
.player_volumeSeek{
	float:left;
	position:relative;
	width:40px;
	height:20px;
	margin-top:10px;
}
.player_volumeSeek .volumeSeekOvserver, .player_volumeSeek .volumeSeekfilm, .player_volumeSeek .volume, .player_volumeSeek .volumeSeekbg{
	position:absolute;
	top:0;
	left:0;
	height:20px;
	overflow:hidden;
}
.player_volumeSeek .volumeSeekOvserver{
	width:40px;
	z-index:300;
	cursor:pointer;
}
.player_volumeSeek .volumeSeekfilm{
	width:40px;
	z-index:200;
	background: transparent url(../img/player_volumefilm.png) no-repeat left top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/player_volumefilm.png", sizingMethod="scale");
}
.player_volumeSeek .volume{
	width:20px;
	background-color:#aaa;
	z-index:100;
}
.player_volumeSeek .volumeSeekbg{
	width:40px;
	background-color:#ccc;
}