/*demo format*/
* {
	margin:0pt;
	padding:0pt;
}
/*playerbox common style*/
.player_box {
    position:relative;
    margin:0px auto;
    width:124px;
    height:198px;
    background:url(img/bg_playerbox_g.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 {
    position:absolute;
    top:122px;
    left:41px;
    width:56px;
    height:18px;
    background:url(img/btn_common_g.gif) transparent no-repeat scroll left top;
    overflow:hidden;
}
.player_box .ctl_btn li {
    float:left;
}
.player_box .ctl_btn a {
    display:block;
    width:18px;
    height:18px;
    text-indent:-9999px;
    overflow:hidden;
}
.player_box .btn_play a {
    margin:0px 1px;
}
.player_box .ctl_btn a:hover,
.player_box .ctl_btn a.actived {
    background-image:url(img/btn_common_g.gif);
    background-color:transparent;
    background-repeat:no-repeat;
    background-attachment:scroll;
}
.player_box .btn_pre a:hover {
    background-position:0px -18px;
}
.player_box .btn_play a:hover {
    background-position:-19px -18px;
}
.player_box .btn_play a.actived {
    background-position:-19px -36px;
}
.player_box .btn_play a.actived:hover {
    background-position:-19px -54px;
}
.player_box .btn_next a:hover {
    background-position:-38px -18px;
}
.player_box .title_container {
    position:absolute;
    top:106px;
    left:38px;
    display:block;
    width:60px;
    height:14px;
    white-space:nowrap;
    overflow:hidden;
}
.player_box .title_inner {
    position:relative;
    width:60px;
    height:14px;
}
.player_box .title_inner span {
    display:block;
    position:absolute;
    top:0px;
    left:0px;
}
.player_box .btn_setting {
    position:absolute;
    bottom:8px;
    right:29px;
    display:block;
    width:13px;
    height:13px;
    background:url(img/btn_setting_g.gif) transparent no-repeat scroll left top;
    text-indent:-9999px;
    overflow:hidden;
}
