
.skin_player_l{background:url('images/player/l.png') left  no-repeat;   width: 77px; height: 196px;}
.skin_player_r{background:url('images/player/r.png') right no-repeat;   width: 71px; height: 196px;}
.skin_player_m{background:url('images/player/m.png') top repeat-x;  height: 196px;}

.skin_player_cont{

}

/* panel ******************************************************************************/

.skin_t{background: url('images/panel/t.png') top repeat-x; height: 39px;}
.skin_b{background:url('images/panel/b.png') bottom repeat-x;  height: 39px;}
.skin_l{background:url('images/panel/l.png') left repeat-y;  width: 16px;}
.skin_r{background:url('images/panel/r.png') right repeat-y;  width: 16px;}
.skin_tr{background:url('images/panel/tr.png') top right no-repeat;  width: 74px; height: 39px;}
.skin_tl{background:url('images/panel/tl.png') top left no-repeat; 	width: 74px; height: 39px;}
.skin_br{background:url('images/panel/br.png') bottom right no-repeat; width: 72px; height: 41px;}
.skin_bl{background:url('images/panel/bl.png') bottom left no-repeat; width: 72px; height: 41px;}


.skin_tm{background: url('images/panel/tm.png') top no-repeat; width: 3px; height: 39px;}
.skin_bm{background: url('images/panel/bm.png') bottom no-repeat; width: 3px; height: 41px;}

.skin_m{background: #728097; text-align: center;}

.skin_title{
	display:block;
	height:25px;
}
.skin_title_text{
	display:inline;	
	height:100%;
	float: left;
	padding:15px 0px 0px 15px; 
	color: #800;
	font-weight: bold;
	font-size: 12px;
}

.skin_cont{
	padding: 0px 20px 15px 10px; 
	text-align: left;
	color: Black;
}
/* panel ********************************************************************** END ***/

#photobg{
	background: url('images/player/photobg.png') top left no-repeat; 
	width: 78px; 
	height: 79px;
	padding-left:2px;	
}

#photobg div{
	color: #9CADCF;
	font-size: 10px;
   font-weight: bold;
	padding:15px 0 0 10px;	
}

.videoinfo{
	color: #D7DFEF;
	font-size: 12px;

	padding:1px;
	white-space: nowrap;

}

.timeeq{
	background: url('images/player/timeeq.png')  left top no-repeat;
	width: 78px; 
	height: 50px;	 
}

.timespan{
	color: #D7DFEF;
	font-size: 9px;
	font-weight: bold;
}

/***********************************************/
.videoTimeBar{
  background: #252B3B;
  height: 6px;
}

#bytesbarIndicator {
	position: relative;
	left: 0;
	top: 50%;
	z-index: 1;
	background: #000175;
	width: 0px;
	height: 0px;
	
	line-height:0px;
	font-size: 0px; 		 
}

#timebarIndicator {
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
	width: 10px;
	height: 4px;
	
	line-height:4px;
	font-size: 4px; 
	
	background: #D4F9FF;
	
}


/***********************************************/
.vol{
	background: url(images/vol.png) 2px bottom no-repeat;
	padding-bottom: 2px;
}

#slider01 {
	position: relative;
	width: 114px;
	background: #252B3B;
	margin-left: 20px;
	
	cursor: pointer;
	 
	
	height: 6px;
	*line-height:6px;
	*font-size: 6px;
}

#slider01 span {
	position: absolute;
 	z-index: 70;
 	
	width: 70px;
	
 	left: 1px;
	top: 1px;
 	cursor: pointer;
 	background: #D0F4F8;
	
	height: 4px;
	
	*height: 3px;
	*line-height:3px;
	*font-size: 3px; 	
}
/***********************************************/

.plbutton{
	background: url('images/player/button.png') top no-repeat;
	width: 56px; 
	height: 56px;
	cursor: pointer;	 
}


#videoPlayPause{
	background: url(images/player/videoPlayPause.png) 50% 50% no-repeat;
	height: 9px;
}


#videoNext{
	background: url(images/player/next.png) 50% 50% no-repeat;
	height: 9px;
}

#videoPrev{
	background: url(images/player/prev.png) 50% 50% no-repeat;
	height: 9px;
}

/***********************************************/
.playListText a{
	color:#F1F1F1;
	font-size: 10px;
	font-weight: normal;
}

.playListText a:hover{
	color:#fff;
	font-weight: normal;
}

/***********************************************/

.playListBG{
	background: #5A677A;
	font-size: 9px;
	color: #fff;
}

.playListBG a{
	font-size: 9px;
	color:#F2F2F2;
	font-weight: normal;
}
.playListBG a:hover{
	color:#F2F2F2;
	font-weight: normal;
}

/***********************************************/

.shuffle{
	background: url('images/shuffle.png') top left no-repeat; 
	width: 33px; 
	height:12px;
   
	}