#map-player-slide {
    width: 800px; height: 711px;
}
 
#map-player-slide .map-player-slide-image {
    width: 800px;
    height: 711px;
}
 
#map-player-slide .map-player-slide-image img {
    display: block;
    width: 800px;
    height: 711px;
}

#mp_bar {
  margin-left:35px;
  overflow:hidden; width:715px;
  background-color: #e3e3e3;
  border: 1px solid #b1b1b1;
}

#mp_pusk {
    margin:3px 8px;
    float:left;
    width:32px;
    height:32px;
    background:url(/pic/mplayer/player_pause.png) left top no-repeat;
}

#mp_prev {
    margin:3px 8px;
    float:left;
    width:32px;
    height:32px;
    background:url(/pic/mplayer/player_prev.png) left top no-repeat;
}

#mp_next {
    margin:3px 8px;
    float:left;
    width:32px;
    height:32px;
    background:url(/pic/mplayer/player_next.png) left top no-repeat;
}

#mp_scroll_bar {
    overflow:hidden;
    float:left;
    width:480px;
    height:12px;
    margin:12px 8px 0;
    background-color: #BAC4C4;
    border: 1px solid #505A5A;
}

#mp_scroll {
    width:0px;
    height:12px;
    background-color: #000;
}

#mp_info {
    margin:10px 16px 0;
    float:right;
    font:16px Arial, Sans-Serif;
}