/*for video player */
#usualBorder {
	border: 3px solid #949494;
	width: 500px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding: 4px;
	margin-top: 8px;
}

.usual {
	width:500px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	
}
.usual li { list-style:none; float:left; }
.usual ul a {
	display:block;
	text-decoration:none!important;
	color:#492F3B;
	background-color: #B9C501;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.usual ul a:hover {
	background-color: #CBDF00;
  }
.usual ul a.selected {
	margin-bottom:1px;
	color:#000;
	cursor:default;
	background-color: #e5e5e5;
  }
.usual div {
	clear:left;
	font:10pt Georgia;
	background-color: #e5e5e5;
	text-align: center;
}
.usual div a {
	color:#000;
	font-weight:bold;
}


/*for mp3 player */

#playlist {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}
#playlist a:link, #playlist a:visited {
	color: #CCC;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
#playlist a:hover, #playlist a:active {
	font-style: italic;
	color: #d0d72d;
	text-decoration: underline;
}
