div#overlay_player {
	z-index: 4;
	top: 20px;
	position: absolute;
	background: #000000;
}

p#player_title {
	margin: 0px;
	padding: 3px 0px 9px 1px;
	text-align: left;
	font-weight: bold;
	cursor: default;
	overflow: hidden;
	color: #B5B5B5;
}

img#player_close_button {
	float: right;
	border: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

img#player_close_button:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

div#overlay_player_screen embed{
}

a#playlist_button {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	margin: 8px 0px 3px 1px;
	color: #B5B5B5;
	text-align:left;
}

div#overlay_player_playlist {
	display: none;
	width: 100%;
	height: 150px;
	margin: 9px 0px 1px 0px;
}

div#overlay_player_categories {
	width: 200px;
	height: 100%;
	float: left;
	overflow: scroll;
}

a.category_item {
	width: 157px;
	padding: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background: #1B1B1B;
	color: #B5B5B5;
	overflow: hidden;
}

a.category_item:hover {
	background: #3B3B3B;
}

div#overlay_player_videos {
	width: auto;
	height: 100%;
	padding: 0px 5px 0px 5px;
	overflow: scroll;
}

a.video_item {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	background: #1B1B1B;
	color: #B5B5B5;
	text-align:left;
}

a.video_item:hover {
	background: #3B3B3B;
}

a.video_item img.video_item_image {
	width: 50px;
	height: 50px;
	margin: 0px 10px 0px 10px;
	float: left;
	border: none;
}

a.video_item p.video_title {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

a.video_item p.video_summary {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

div#overlay_dimmer {
	width: 100%;
	z-index: 3;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #000;
}