body {
	background: #666;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#container {
	background: white url(../images/player_back.png) center bottom repeat-x;
	width: 450px;
	height: 320px;
	margin: 0 auto;
}
#player_header {
	position: relative;
	z-index: 200;
}
#player_header_strip {
	position: absolute;
	margin: 0;
	width: 100%;
	z-index: 100;
	background: #26d9cb;
	height: 20px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
div.jp-playlist {
	position: absolute;
	z-index: 50;
	opacity: 0.95;
	top: -222px;
	font-family: Georgia, serif;
	margin: 0;
	border-top:none;
	width:100%;
}
div.jp-playlist .playlist {
	padding: 32px 12px 12px;
	background-color: #494646;
	height: 190px;
	overflow: auto;
}
div.jp-playlist .control a {
	font-size: 1.2em;
	padding: 12px 15px 6px 25px;
	background: url(../images/playlisttab_back.png) bottom left no-repeat;
	color: #ddd;
	float: right;
}
div.jp-playlist .control a:hover {
	color: #fff;
}
div.jp-playlist h3 {
	padding:5px 20px 5px 20px;
}
div.jp-playlist ul{
	margin: 0;
	padding:0;
	list-style-type:none;
	border-top: 1px solid #777;
	border-bottom: 2px solid #777;
	font-size:.9em;
}
div.jp-playlist ul li a {
	background: url(../images/play_show_hover.png) 4px center no-repeat;
	color: #ddd;
	display: block;
	padding: 3px 10px 3px 20px;
	border-top: 1px solid #777;
}
div.jp-playlist ul li a:hover {
	background: #333;
	color: white;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:14px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}

#logo {
	/* position: absolute;
	top: 10px;
	left: 15px; */
	margin: 10px 15px;
}
#player_container {
	background: url(../images/player_stripes.png) center top no-repeat;
	position: relative;
	width:100%;
	height:180px;
	margin-top: 0;
	padding-top: 45px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#jwplayer {
	margin:10px 20px 10px 20px;
	font-size: 0.8em;
	background: black;
	color: #aaa;
	height: 24px;
}
#jwplayer div p {
	padding: 6px 10px;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_infobox {
	margin:0px 20px 0px 20px;
	height: 117px;
}
#player_infobox img {
	float: left;
	margin-right: 10px;
	width: 112px;
	height: 112px;
}
#player_infobox h2 {
	border: 0;
	font-size: 1em;
	padding-top: 10px;
	color: #c71919;
}

#player_playlist_message {
	left:0;
	bottom:0;
	width:100%;
	padding:0px 20px 5px 20px;
	font-family: Georgia, serif;
	line-height:1.4em;
	height:1em;
}

#song_title {
	position: relative;
	background: #222;
	color: white;
	float:left;
	margin:0 5px 0 0;
	height: 21px;
	min-width: 200px;
	max-width: 350px;
	padding:3px 0 0 20px;
	font-weight:bold;
	font-size: 1.2em;
}
#song_title p {
	font-size: 0.9em;
	position: relative;
	display: block;
	top: -1px;
	margin: 0;
	padding: 0;
}
#song_title span {
	background: url(../images/playername_back.png);
	position: absolute;
	z-index: 0;
	top: 0;
	right: -50px;
	height: 24px;
	width: 231px;
}

#play_time,
#total_time {
	padding-top:.1em;
	padding-right: 10px;
	font-weight:normal;
	font-style:oblique;
	font-size:.7em;
}

#play_time {
	float:left;
}

#total_time {
	float:right;
	text-align: right;
}

#jplayer_info {
	display: none;
}

