.not_fl{width:760px;height:480px;position:relative;border:solid 1px #ddd;background: url("/images/fl/bg.png") no-repeat;overflow: hidden;}
.not_fl a{text-decoration:none;color:#000}
.p_img img{width:65px;height:90px}
.p_img{position:absolute;border:solid 2px #312d1c;}
.not_fl .h_p , .not_fl .a_p	{width:30px;	height:32px;text-align:center;padding-top:12px;position:absolute;font-weight:bold;overflow:hidden}
.h_p{background: url("/images/fl/h_players.png") no-repeat}
.a_p{background: url("/images/fl/a_players.png") no-repeat}
#infoBox{font-size:12px;width:200px;padding:5px;height:80px;position:absolute;display:none;background:url("/images/fl/info_box.png") no-repeat}
#infoBox td{color:#fff;line-height:22px;}
#playerName{text-align:left;color:#F7BF44}
.devScr{position:relative}
.t , .b{position:absolute;right:6px;top:35px;width:17px;height:16px;}
.t{background:url("/images/fl/down_arrow.gif") no-repeat}
.b{top:60px;background:url("/images/fl/top_arrow.gif") no-repeat}
.arr_left{
    width:0;
    height:0;
    border-width:8px 8px 8px 0;
    border-style:solid;
    border-color:transparent #000 transparent transparent;/*透明 灰 透明 透明 */
    position:absolute;
    top:446px;
    left:385px;
    cursor:pointer;
}
.arr_right{
    width:0;
    height:0;
    border-width:8px 0 8px 8px;
    border-style:solid;
    border-color:transparent transparent transparent #000;/*透明 透明 透明 灰*/
    position:absolute;
    top:446px;
    left:365px;
    cursor:pointer;
}