.jp-video .folded_bt {
    width: 36px;
    height: 80px;
    display: block;
    position: absolute;
    left: -36px;
    top: 40%;
    border: 0;
    background: #ffffff75;
    cursor: pointer;
    padding: 0;
    margin: 0
}
.jp-video .folded_bt span {
    width: 20px;
    height: 30px;
    display: block;
    background: url(../images/player.png) no-repeat -90px -6px;
	position:relative;
	left:10px;
}
.jp-video .folded_bt:hover span {
    background-position: -116px -6px
}

.jp-video {
    width: 480px;
    height: 100%;
    position: absolute;
    right: -480px;
    bottom: 0;
    line-height: 1.6;
    color: #fff;
    border-radius: 4px;
    background: #ffffff75;
}

.jp-controls-holder {
    width: 440px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    position: absolute;
    left: 82px;
    top: 25px
}

.jp-controls {
    width: 134px;
    margin-left: 150px
}

.jp-controls button {
    display: block;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px;
    border: 0;
    cursor: pointer
}