.mplayer-box {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    width: 481px;
    height: 259px;
    background-image: url(/images/practice/new/mplayer_bg.jpg);
    background-repeat: no-repeat;
}

.mplayer-text-content {
    position: absolute;
    top: 30px;
    left: 215px;
    width: 220px;
    height: 200px;
    overflow: auto;
}

#mplayer-picture {
    position: absolute;
    left: 25px;
    top: 30px;
    width: 175px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top center;
}

#mplayer-category {
    font-family: Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

#mplayer-title {
    font-family: "Times New Roman",Times,Georgia,serif;
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.mplayer-box p {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 11px;
    line-height: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-top: 3px;
    margin-right: 5px;
}

.mplayer-box p a {
    font-weight: normal;
    text-decoration: none;
    color: #005dad;
}
.mplayer-box p a:hover {
    text-decoration: underline;
}

#mplayer-pager-left {
    width: 15px;
    height: 14px;
    position: absolute;
    left: 191px;
    top: 237px;
    cursor: pointer;
}
#mplayer-pager-right {
    width: 15px;
    height: 14px;
    position: absolute;
    left: 269px;
    top: 237px;
    cursor: pointer;
}
#mplayer-cur-page {
    position: absolute;
    left: 219px;
    top: 237px;
    height:14px;
    line-height:normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 15px;
    color: #00ccff;
}
#mplayer-pages {
    position: absolute;
    left: 232px;
    top: 237px;
    height:14px;
    line-height:normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 30px;
    color: #00ccff;
}
