/* jquery */
.ui-slider-handle {
    display: block;
    margin-left: -9px;
    position: absolute;
    z-index: 2;
}
.ui-slider-range {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/* player */
.video_player {
    background-color: #E8E8E8;
    border: 1px solid #34C6F4;
    border-radius: 10px 10px 10px 10px;
    float: right;
    height: auto;
    margin-bottom: 65px;
    margin-right: 13px;
    margin-top: 55px;
    padding: 10px;
    width: 600px;
}

.sb-shadow {
    background-color: transparent;
    background-image: url("../images/sliceBox/shadow.png");
    background-repeat: no-repeat;
    float: left;
    height: 170px;
    margin-left: 342px;
    margin-top: -85px;
    width: 736px;
}