/*demo format*/
* {
	margin:0pt;
	padding:0pt;
}
/*playerbox common style*/
.player_box {
    position:relative;
    margin:0px auto;
    width:177px;
    height:43px;
    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 {
    position:absolute;
    top:26px;
    left:45px;
    width:125px;
    height:17px;
    overflow:hidden;
}
.player_box .ctl_btn li {
    float:left;
}
.player_box .ctl_btn a {
    display:block;
    width:25px;
    height:17px;
    text-indent:-9999px;
    overflow:hidden;
}
.player_box .ctl_btn a:hover,
.player_box .ctl_btn a.actived {
    background-image:url(img/bg_playerbox.gif);
    background-color:transparent;
    background-repeat:no-repeat;
    background-attachment:scroll;
}
.player_box .btn_pre a:hover {
    background-position:-45px -50px;
}
.player_box .btn_play a:hover {
    background-position:-70px -50px;
}
.player_box .btn_play a.actived {
    background-position:-73px -69px;
}
.player_box .btn_play a.actived:hover {
    background-position:-73px -89px;
}
.player_box .btn_stop a:hover {
    background-position:-95px -50px;
}
.player_box .btn_next a:hover {
    background-position:-120px -50px;
}
.player_box .btn_vol a:hover {
    background-position:-145px -50px;
}
.player_box .btn_vol a.actived {
    background-position:-145px -69px;
}
.player_box .btn_vol a.actived:hover {
    background-position:-145px -89px;
}
.player_box .btn_setting {
    position:absolute;
    top:5px;
    right:10px;
    display:block;
    width:14px;
    height:14px;
    background:url(img/btn_setting.gif) transparent no-repeat scroll left top;
    text-indent:-9999px;
    overflow:hidden;
}
.player_box .current_title {
	position:absolute;
	top:4px;
	left:12px;
	display:block;
	width:125px;
	height:14px;
	line-height:14px;
	overflow:hidden;
	color:#fff;
}
