#media-player {
text-align:left;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family:'verdana'; 
	background: rgba(240,240,240,1);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,0.8) 50%, rgba(232,232,232,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(100%, rgba(232,232,232,0.6)));
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,0.8) 50%, rgba(232,232,232,0.6) 100%);
	background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,0.8) 50%, rgba(232,232,232,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,0.8) 50%, rgba(232,232,232,0.6) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(255,255,255,0.8) 50%, rgba(232,232,232,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e8e8e8', GradientType=0 );
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.75);
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	max-width: 100%;
	margin: 2px 5px 5px 2px;
}
#media-player #tam {
	max-width: 100%;
	max-height: 56.25vw;
	margin-right: auto;
	margin-left: auto;
}
#media-player #media-video {
	position: relative;
	color:whiteSmoke;
	width:100%;
	height: 100%;
	border-radius: 2px;
}
#media-player #media-play-list {
	float:left;
	clear:both;
	width:100%;
	margin-top:0px;
}
#media-player #list { font-size:18px; color:#886A08; text-align: center; padding-top: 15px; margin-bottom: -10px;}

#media-player #play-list {
	padding:0;
	font-size:18px;
	list-style-type:none;
}
#media-player #play-list li {
	color: rgb(48, 31, 16);
	font-size: 16px;
	text-shadow: 2px 6px 5px rgba(0,0,0,0.2), 0px -4px 30px rgba(255,255,255,0.4);
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 17px;
	cursor:pointer;
	padding-left:15px;
	background:transparent url('item.png') no-repeat  0 3px;
}
#media-player #play-list li a {
	font-size: 16px;
	line-height: 17px;
	color: rgb(48, 31, 16);
	font-weight: normal;
	cursor:pointer;
}
#media-player #play-list li a:link {
	font-size: 16px;
	line-height: 17px;
	color: rgb(48, 31, 16);
	font-weight: normal;
	cursor:pointer;
}

#media-player #play-list li a:visited {
font-weight: normal;
	color:#D3C263;
}

#media-player #play-list li a:hover {
font-weight: normal;
	color:green;
}

#media-player #play-list li a:active {
font-weight: normal;
	color:green;
}
#media-player #play-list li:hover {
	padding-left:20px;
	background:url('itemw.png') no-repeat 5px 3px;
	color:green;
}
#media-player #play-list li.active {
	padding-left:20px;
	background:whiteSmoke url('itemw.png') no-repeat 5px 3px;
	color:green;
}
#media-player #play-list li:visited {
	background:whiteSmoke url('itemw.png') no-repeat 0 3px;
	color:#D3C263;
}
#media-player #info {
	width: 100%;
	text-align: center;
	margin: 8px 0 -12px 0;
	color: #FAFAFA;
//	color: rgb(46, 117, 148);
	font-size: 16px;
	text-shadow: 2px 6px 5px rgba(0,0,0,0.2), 0px -4px 30px rgba(255,255,255,0.4);
	line-height: 18px;
}
#media-player #infox {
	height: 0;
	visibility: hidden;
	margin-top: -8px;
	margin-bottom: -8px;
}
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
#media-player {
	max-width: 300px;
}
#media-player #tam {
	max-width: 290px;
	max-height: 163.125px;
}
#media-player #media-video{
	max-width: 290px;
	max-height: 163.125px;
}
}