/*demo format*/
* {
	margin:0pt;
	padding:0pt;
}
/*playerbox common style*/
.player_box {
    position:relative;
    margin:0px auto;
    width:165px;
    height:173px;
    font-family:Verdana,SimSun,sans-serif;
    font-size:12px;
    text-align:center;  
    overflow:hidden;
}
.player_box .alpha_container {
    position:absolute;
    top:0px;
    left:0px;
    display:block;
    width:165px;
    height:173px;
    background:url(img/bg_playerbox.png) transparent no-repeat scroll 0px 0px;     
}
.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 .current_title {
    position:absolute;
    top:84px;
    left:33px;
    width:102px;
    height:14px;
    line-height:14px;
    color:#2f9a0f;
    overflow:hidden;
}
.player_box .ctl_btn {
    position:absolute;
    top:107px;
    left:43px;
}
.player_box .ctl_btn li {
    float:left;
    margin:0px 2px 0px 0px;
}
.player_box .ctl_btn a {
    display:block;
    width:13px;
    height:13px;
    background-image:url(img/btn_common.gif);
    background-repeat:no-repeat;
    background-color:transparent;
    background-attachment:scroll;
    text-indent:-9999px;    
}
.player_box .btn_pre a { 
    background-position:0px 0px;
}
.player_box .btn_pre a:hover { 
    background-position:0px -14px;
}
.player_box .btn_play a { 
    background-position:-16px 0px;
}
.player_box .btn_play a:hover { 
    background-position:-16px -14px;
}
.player_box .btn_play a.actived { 
    background-position:-16px -28px;
}
.player_box .btn_play a.actived:hover { 
    background-position:-16px -42px;
}
.player_box .btn_stop a { 
    background-position:-32px 0px;
}
.player_box .btn_stop a:hover { 
    background-position:-32px -14px;
}
.player_box .btn_next a { 
    background-position:-48px 0px;
}
.player_box .btn_next a:hover { 
    background-position:-48px -14px;
}
.player_box .btn_vol a { 
    width:15px;
    background-position:-62px 0px;
}
.player_box .btn_vol a:hover { 
    background-position:-62px -14px;
}
.player_box .btn_vol a.actived { 
    background-position:-62px -28px;
}
.player_box .btn_vol a.actived:hover { 
    background-position:-62px -42px;
}
.player_box a.btn_setting {
    position:absolute;
    top:54px;
    right:17px;
    display:block;
    width:14px;
    height:14px;
    background:url(img/btn_setting.gif) transparent no-repeat scroll left top;
    text-indent:-9999px;
    overflow:hidden;
} 
