.stdplayer_show_player {
	height: 38px;
	margin-top:10px;
	border-left: 1px solid #AEF94D;
	display: block;
	position: relative;
}
.prev_show_player {
    display: none;
    width: 38px;
    height: 38px;
    float: left;
    background-repeat: no-repeat;
    background: url("../file/2-1.png");
    cursor: pointer;
}
.next_show_player {
    display: none;
    width: 39px;
    height: 38px;
    float: left;
    background-repeat: no-repeat;
    background: url("../file/2-2.png");
    cursor: pointer;
}
.scrolltwo {
    width:618px;
	height: 38px;
    float:left;
    overflow: hidden;
}
.epizode {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fcc983 0%, #ffd598 100%) repeat scroll 0 0;
    border-right: 1px solid #ffa20f;
    border-top: 1px solid #ffa20f;
    color: #c77b0e;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 28px;
    padding-top: 10px;
    text-align: center;
    width: 102px;
}
.active_epz_sh {
	background: #AEF94D;
	color: #935D0F;
}
.playerbox_show_player
{
	display: block;
}
.player2 > iframe {
	width: 100%;
}

.player2 > object {
	width: 100%;
}