*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background-color:#53A9FF;
}

#h_player{
	height:20px;
	background-image:url(images/blue_player/bg.png);
	background-repeat:repeat-x;
}
#player{
	display:block;
	width:1000px;
	height:20px;
	margin:auto;
}
#h_video{
	position:absolute;
	border:1px #2a98ff solid;
	z-index:4;
}
#player_h_title{
	display:block;
	width:330px;
	height:20px;
	float:left;
	margin-left:210px;
}
#player_h_title p{
	text-align:right;
	font-size:10px;
	line-height:20px;
	color:#fff;
}
#player_h_pbar{
	display:block;
	height:6px;
	padding-top:7px;
	width:202px;
	float:left;
	margin:0px 10px 0px 10px;
	cursor:pointer;
}
#player_pbar{
	width:200px;
	height:4px;
	background-color:#fff;
	background-repeat:repeat-x;
	border:1px #2a98ff solid;
	cursor:pointer
}
#player_pbar div{
	display:block;
	height:2px;
	width:0px;
	background-color:#2a98ff;
	border:1px #fff solid;
}
#player_controls{
	display:block;
	width:185px;
	height:20px;
	float:left;
	margin:0px 0px 0px 3px;
}
#player_controls a {
	height:20px;
	width:18px;
	float:left;
	background-image:url(images/blue_player/player_buttons.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:3px;
}
.player_play{
	background-position:0 0;
}
.player_pause{
	background-position:0 -20px;
}
#player_next{
	background-position:0 -40px;
}
#player_volume{
	width:28px !important;
	background-image:url(images/blue_player/player_volume.png) !important;
	margin:0px 10px 0px 13px !important;
}
#player_volume span {
	background-image:url(images/blue_player/player_volume.png) !important;
	background-position:0px -20px;
	margin:0px !important;
	cursor:pointer;
	display: block;
	height: 20px;
}
#player_hide{
	background-position:0px -60px;
}
#player_minimize{
	background-position:0px -80px;
}
#player_maximize{
	background-position:0px -100px;
}
#player_view_youtube{
	background-position:0px -120px;
}
#player_link{
	height:20px;
	float:left;
}
#player_link a{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;	
}

#h_playlist{
	position:absolute;
	display:block;
	width:1000px;
	margin:auto;
	border-bottom:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;
	margin-top:20px;
	overflow-y:scroll;
	background-color:#fff;
	z-index:3;
}
#playlist{
	display:block;
	height:auto;
}
#playlist ul li{
	height:19px;
	line-height:19px;
	border-bottom:1px #2a98ff solid;
	border-left:1px #2a98ff solid;
	border-right:1px #2a98ff solid;
	font-size:10px;
	color:#3283cf;
	padding-left:5px;
}
.playlist_nr{
	display:block;
	width:20px;
	float:left;
}
.playlist_length{
	float:right;
	margin-right:10px;
}
#youtube-player-container{
	z-index:999;
	position:absolute;
}