.jplayer-container {
	background: #fff;
	/*border: 2px solid #B28F56;*/
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#player_container {
	position: relative;
	width:418px;
	/*height:62px;*/
	padding-top:40px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:0px;
	top:10px;
	width:16px;
	height:16px;
	cursor: pointer;
}
#player_play {
	background: url(../images/play-icons.gif) 0 -67px no-repeat;
}
#player_play.different_prefix_example_hover {
	background: url(../images/play-icons.gif) 0 -84px no-repeat;
}
#player_pause {
	background: url(../images/play-icons.gif) 0 -33px no-repeat;
}
#player_pause.different_prefix_example_hover {
	background: url(../images/play-icons.gif) 0px -50px no-repeat;
}
#player_stop {
	position: absolute;
	left:20px;
	top:10px;
	background: url(../images/play-icons.gif) 0px -203px no-repeat;
	width:16px;
	height:16px;
	cursor: pointer;
}
#player_stop.different_prefix_example_hover {
	background: url(../images/play-icons.gif) 0px -220px no-repeat;
}
#player_progress {
	background-color:#EEEEEE;
	height:12px;
	left:53px;
	position:absolute;
	top:13px;
	width:122px;
}

#player_progress_load_bar {
	background: url(../images/grey2.gif) top left repeat-x ;
	width:0px;
	height:15px;
	cursor: pointer;
}
#player_progress_load_bar.different_prefix_example_buffer {
	background: url(../images/grey.gif) top left repeat-x ;
}
#player_progress_play_bar {
	background: url(../images/yellow.gif) top left repeat-x ;
	width:0px;
	height:15px;
}
#player_volume_min {
	position: absolute;
	left:188px;
	top:12px;
	background: url(../images/sound-min.gif) 0 0 no-repeat;
	width:14px;
	height:12px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:271px;
	top:12px;
	background: url(../images/sound-max.gif) 0 0 no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#player_volume_min.different_prefix_example_hover {
	/*background: url("images/spirites.jpg") -19px -170px no-repeat;*/
}

#player_volume_max.different_prefix_example_hover {
	/*background: url("images/spirites.jpg") -19px -186px no-repeat;*/
}

#player_volume_bar {
	position: absolute;
	left:211px;
	top:15px;
	background: url(../images/grey-small.gif) repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url(../images/yellow-small.gif) repeat-x top left;
	width:0px;
	height:5px;
}

#player_playlist_message {
	display: none;
	position: absolute;
	left:0;
	bottom:0;
	width:321px;
	padding:5px 54px 10px 44px;
	border: 2px solid #;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	height:1em;
	color: #FD9900;
}

#song_title {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-weight:bold;
}

#play_time,
#total_time {
}

#play_time {
	float:left;
}

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

#playlist_list {
	width:418px;
	float: left;
}

#playlist_list ul{
	list-style-type:none;
	/*padding:10px 20px 20px 20px;*/
	margin:0 0 10px 0;
	border-top:none;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:6px 0 6px 25px;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	background: url(../images/arrow-right.gif) 4px 9px no-repeat;
	color:#000;
	cursor: default;
}

#playlist_list li.playlist_hover {
	background: url(../images/arrow-right.gif) 4px 9px no-repeat;
	color:#000;
}

.mp3Filenames, .mp3Tracknames {
	float: left;
	clear: both;
	display: none;
	margin: 2em 0;
}

.test {
	float: left;
	background: #0d88c1;
	width: 100%;
	height: 10em;
}

.paypal-link {
	clear: both;
	margin: 20px 0;
}
