#scrolltwo {
	display:none;
}
#stdplayer {
	width: 100%;
	height:50px;
	text-align: center;
	background-color:#fbdb83;
	display:inline-flex !important;
	background: #fbdb83 !important;
}
#playerbox {
	line-height: 0px;
	font-size: 0px;
}
#stdplayer.not_list {
	height:0;
	border: none;
	display: none;
}
#stdplayer.not_list a.prev,
#stdplayer.not_list a.next{
	visibility: hidden;
}
#stdplayer a.prev {
	position:absolute;
	background:url('arror_prev.png') center no-repeat;
	display:block !important;
	width: 50px;
    height: 50px;
	border-right:1px solid #ffa20f;
}
#stdplayer a.next {
	width: 50px;
    height: 50px;
	position:absolute;
	background:url('arror_next.png') center no-repeat;
	display:block !important;
	border-left:1px solid #ffa20f;
}
#stdplayer select{
	height: 100%;
	margin: 0 50px;
	width: 100%;
	border: none;
	display: block;
	background: none;
	text-align: center;
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	text-align-last:center; 
	-webkit-text-align-last:center; 
	-moz-text-align-last:center; 
	-ms-text-align-last:center; 
	-o-text-align-last:center; 
   	color: #c79f34;
   	background: #fbdb83;
	border-radius: 0px;
}
#stdplayer select::-ms-expand { /* for IE 11 */
    display: none;
}
#stdplayer select option{
	text-align: left;
}
