.stdplayer_show_player {
	height: 38px;
	margin-top:10px;
	
	display: block;
	position: relative;
}
.prev_show_player {
    display: none;
    width: 28px;
    height: 20px;
    float: left;
    background-repeat: no-repeat;
    background: url("../file/2-1.png");
    cursor: pointer;
}
.next_show_player {
    display: none;
    width: 28px;
    height: 20px;
    float: left;
    background-repeat: no-repeat;
    background: url("../file/2-2.png");
    cursor: pointer;
}
.scrolltwo {
    width:;
	height: 38px;
    float:;
    overflow: hidden;
}
.epizode {
background: #c45942 linear-gradient(to bottom, #c45942 0%, rgba(0,0,0,0) 100%) repeat scroll 0 ;
    border-right: 1px solid rgba(255,255,255,0.15);
    border-top: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 130px;
	margin: 0 3px 0;
	border-radius: 3px;
    
	

}

.kitas {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #042138 0%, #2e6390 100%) repeat scroll 0 0;
    border-right: 1px solid rgba(28,28,28,0.9);
    border-top: 1px solid #333;
    color: #f1f1f1;
    cursor: pointer;
    float: right;
    font-size: 13px;
    height: 39px;
    padding-top: 10px;
    text-align: center;
    width: 77px;
	

}

.atgal {
background: #6c5ce7 linear-gradient(to bottom, #6c5ce7  0%, rgba(0,0,0,0) 100%) repeat scroll 0 0;
    border-right: 1px solid rgba(28,28,28,0.9);
    border-top: 1px solid #333;
    color: #f1f1f1;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 39px;
    padding-top: 10px;
    text-align: center;
    width: 66px;
	

}


.active_epz_sh {
   background: #ebebeb;
    color: rgb(0, 0, 0);
	height: 30px;
}
.playerbox_show_player
{
	display: block;
}
.player2 > iframe {
	width: 100%;
}

.player2 > object {
	width: 100%;
}