/*demo format*/
* {
	margin:0pt;
	padding:0pt;
}
/*playerbox common style*/
.player_box {
    position:relative;
    margin:0px auto;
    width:211px;
    height:47px;
    background:url(img/bg_playerbox.gif) transparent no-repeat scroll left top;
    font-family:Verdana,SimSun,sans-serif;
    font-size:12px;
    text-align:center;  
    overflow:hidden;  
}
.player_box a {
    text-decoration:none;
}
.player_box img {
    border:0px;
}
.player_box .clear {
    clear:both;
}
.player_box li {
    list-style-type:none;
}
.player_box .clear {
    clear:both;
}
/*common style*/
.player_box .ctl_btn li {
    position:absolute;
}
.player_box .ctl_btn a {
    display:block;
    background-image:url(img/btn_common.gif);
    background-color:transparent;
    background-repeat:no-repeat;
    background-attachment:scroll;    
    text-indent:-9999px;
    overflow:hidden;
}
.player_box .btn_play {
    top:2px;
    left:4px;
    width:42px;
    height:42px;
    text-indent:-9999px;
    overflow:hidden;    
}
.player_box .btn_play a {
    width:42px;
    height:42px;    
    background-position:0px 0px;
}
.player_box .btn_play a:hover {
    background-position:0px -42px;
}
.player_box .btn_play a.actived {
    background-position:0px -84px;
}
.player_box .btn_play a.actived:hover {
    background-position:0px -126px;
}
.player_box .btn_pre,
.player_box .btn_next,
.player_box .btn_pre a,
.player_box .btn_next a {
    width:16px;
    height:14px;
    overflow:hidden;    
}
.player_box .btn_pre {
    position:absolute;
    top:7px;
    right:10px;
}
.player_box .btn_pre a {
    background-position:-42px 0px;
}
.player_box .btn_pre a:hover {
    background-position:-58px 0px;
}
.player_box .btn_next {
    position:absolute;
    top:27px;
    right:10px;
}
.player_box .btn_next a {
    background-position:-42px -20px;
}
.player_box .btn_next a:hover {
    background-position:-58px -20px;
}
.player_box .btn_setting {
    position:absolute;
    top:7px;
    right:33px;
    width:13px;
    height:13px;
}
.player_box .btn_setting a {
    width:13px;
    height:13px;
    background-position:-74px -22px;
}
.player_box .btn_vol {
    position:absolute;
    top:29px;
    right:30px;
    width:13px;
    height:11px;
}
.player_box .btn_vol a,
.player_box .btn_vol a.actived:hover {
    width:13px;
    height:11px;
    background-position:-74px 0px;
}
.player_box .btn_vol a:hover,
.player_box .btn_vol a.actived {
    background-position:-74px -11px;
}
.player_box .current_title {
    position:absolute;
    top:6px;
    left:50px;
    display:block;
    width:129px;
    height:15px;
    line-height:15px;
    overflow:hidden;
    background:url(img/bg_title.gif) transparent no-repeat scroll 0px 0px;
    color:#ffdcde;
    text-indent:12px;
}
.player_box .ctl_bar {
    position:absolute;
    top:34px;
    left:47px;
    display:block;
    width:116px;    
    height:2px;
    background:url(img/bg_bar_blank.gif) transparent repeat-x scroll 0px 0px;    
}
.player_box .ctl_bar_c {
    position:relative;  
    display:block;
    width:109px;   
    height:2px;
    cursor:pointer;    
}
.player_box .ctl_bar_handle {
    position:absolute;
    top:-4px;
    left:50%;
    display:block;
    width:7px;
    height:9px;
    background:url(img/btn_bar_handle.gif) transparent no-repeat scroll 0px 0px;
}
.player_box .ctl_bar_status {
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    height:2px;
    line-height:2px;
    overflow:hidden;
    width:50%;
    background:url(img/bg_bar_status.gif) transparent repeat-x scroll 0px 0px;  
}
