 #jquery_jplayer{
	display:block;
	float:left;
	width:130px;
	}
	#player_container {
		background-color:transparent;
		float:right;
		width:131px;
		display:block;
		margin-top:4em;
	}
	.caja_player_controls {
		background:#000000 url(/web/img/player/bg_player.gif) no-repeat 0px 0px;
		overflow:hidden;
		padding:0.5em;
		height:1%;
	}
	#player_container  ul#player_controls {
		list-style-type:none;
		width: 125px;
		padding:0;
		margin: 0;
		height: 25px;
	}
	* html #player_container  ul#player_controls {
		width: 118px;
	}
	#player_container  ul#player_controls li {
		overflow:hidden;
		text-indent:-9999px;
		float:left;
	}
	#player_play,
	#player_pause {
		display: block;
		width:19px;
		height:19px;
		cursor: pointer;
		margin:0 3px 0 0;
	}
	#player_play {
		background: url(/web/img/player/boton_play.gif) 0 0 no-repeat;
	}
	#player_play.different_prefix_example_hover {
		background: url(/web/img/player/boton_play_hover.gif) 0 0 no-repeat;
	}
	#player_pause {
		background: url(/web/img/player/boton_pausa.gif) 0 0 no-repeat;
	}
	#player_pause.different_prefix_example_hover {
		background: url(/web/img/player/boton_pausa_hover.gif) 0 0 no-repeat;
	}
	#player_stop {
		background: url(/web/img/player/boton_stop.gif) 0 0 no-repeat;
		width:13px;
		height:13px;
		cursor: pointer;
		margin:3px 3px 0 0;
	}
	#player_stop.different_prefix_example_hover {
		background: url(/web/img/player/boton_stop_hover.gif) 0 0 no-repeat;
	}
	#player_progress {
		clear: left;
		width:auto;
		height:7px;
		margin-bottom:0.5em;
	}
	#player_progress_load_bar {
		background: url(/web/img/player/bar_load.gif)  top left repeat-x;
		width:0px;
		height:7px;
		cursor: pointer;
		margin:0 0 0 0;
	}
	*:first-child+html #player_progress_load_bar {
		margin:0;
	}
	* html #player_progress_load_bar {
		margin:0;
	}
	#player_progress_load_bar.different_prefix_example_buffer {
		background: url(/web/img/player/bar_buffer.gif)  top left repeat-x;
	}
	#player_progress_play_bar {
		background: url(/web/img/player/bar_play.gif) top left repeat-x ;
		width:0px;
		height:7px;
	}
	#player_volume_min {
		background: url(/web/img/player/boton_volume_min.gif) 0 0 no-repeat;
		width:9px;
		height:7px;
		cursor: pointer;
		margin:5px 2px 0 0;
	}
	
	#player_volume_max {
		background: url(/web/img/player/boton_volume_max.gif) 0 0 no-repeat;
		width:9px;
		height:7px;
		cursor: pointer;
		margin:5px 0 0 2px;
	}
	
	#player_volume_min.different_prefix_example_hover {
		background: url(/web/img/player/boton_volume_min_hover.gif) 0 0 no-repeat;
	}
	
	#player_volume_max.different_prefix_example_hover {
		background: url(/web/img/player/boton_volume_max_hover.gif) 0 0 no-repeat;
	}
	
	#player_volume_bar {
		background: url(/web/img/player/volume_bar.gif) repeat-x top left;
		width:26px;
		height:5px;
		cursor: pointer;
		margin-top:7px;
	}
	#player_volume_bar_value {
		background: url(/web/img/player/volume_bar_value.gif) repeat-x top left;
		width:0px;
		height:5px;
	}
	
	#player_playlist_message {
		padding:5px 0 10px 0;
		font-family: Arial, Helvetica, sans-serif;
		line-height:1.4em;
		font-style:oblique;
	}
	*:first-child+html #player_playlist_message {
		padding:0;
	}
	* html #player_playlist_message {
		padding:0;
	}
	.song_title {
		margin-bottom:0.5em;
	}
	span#total_time{
	float:right;
	color:#75bc30;
	}
	
	#song_time{
	  clear:both;
	}
	* html #song_time {
		margin:0 0 1em 0;
	}
	#player_playlist_message span#play_time{
	 display:block;
	 float:left;
	}
	
	
	.playerTitle{
	background-color:#000000;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:0;
	margin:0.1em 0 0 0;
	}
	
	#ctrl_prev {
		background: url(/web/img/player/boton_anterior.gif) 0 0 no-repeat;
		width:13px;
		height:13px;
		cursor: pointer;
		margin:3px 3px 0 0;
	}
	
	#ctrl_prev:hover {
		background: url(/web/img/player/boton_anterior_hover.gif) 0 0 no-repeat;
	}
	
	#ctrl_prev.disabled {
		background: url(/web/img/player/boton_anterior_disabled.gif) 0 0 no-repeat;
		cursor:default;
	}
	
	#ctrl_next {
		background: url(/web/img/player/boton_siguiente.gif) 0 0 no-repeat;
		width:13px;
		height:13px;
		cursor: pointer;
		margin:3px 3px 0 0;
	}
	
	#ctrl_next:hover {
		background: url(/web/img/player/boton_siguiente_hover.gif) 0 0 no-repeat;
	}
	
	#ctrl_next.disabled {
		background: url(/web/img/player/boton_siguiente_disabled.gif) 0 0 no-repeat;
		cursor:default;
	}
	.enlace {
		background-color:#000000;
		padding:0.2em 0.2em 0.2em 0.5em;
		overflow:hidden;
		height:1%;
	}
	* html .enlace {
		margin-top:-0.3em;
	}
	.enlace p {
		margin:0;
	}
	.enlace a {
		color:#bddb9f;
		background: url(/web/img/player/bullet_enlace.gif) 0 3px no-repeat;
		padding:0 0 0 1.2em;
		text-decoration:none;
	}
	.enlace a:hover {
		color:#75bc30;
		padding:0 0 0 1.2em;
		text-decoration:underline;
	}
	.enlace_pista {
		padding:0.2em 0.2em 0.2em 0.5em;
		background:#000000 url(/web/img/player/bg_player.gif) no-repeat 0px 0px;
	}
	.enlace_pista p {
		margin:0;
	}
	.enlace_pista a {
		color:#bddb9f;
		padding:0;
		text-decoration:none;
	}
	.enlace_pista a:hover {
		color:#75bc30;
		padding:0;
		text-decoration:underline;
	}
	#playlist_list {
		margin:1em 0 0 0;
		width:131px;
	}
	*:first-child+html #playlist_list {
		margin:2.5em 0 0 0;
	}
	* html #playlist_list {
		margin:2.5em 0 0 -0.5em;
		padding-left:0.5em;
		width:116px;
	}
	#playlist_list ul li {
		cursor: pointer;
		color:#BDDB9F;
		margin-left:-0.5em;
		padding:0.2em .5em 0.2em 0.5em;
	}
	* html #playlist_list ul li {
		width:119px;
		padding:0.2em 0 0.2em 0.5em;
	}
	#playlist_list .playlist_current {
		background-color:#335115;
		color:#8AD143;
	}
	#playlist_list a {
		padding:0.2em 0 0.2em 0;
	}
	#playlist_list a:hover {
		color:#8AD143;
		margin-left:-0.5em;
		padding:0 0 0 0.5em;
	}
	* html #playlist_list a {
		margin-left:-1em;
		padding:0 0 0 0.5em;
	}
	* html #playlist_list a:hover {
		color:#8AD143;
		margin-left:-1em;
		padding:0 0 0 0.5em;
	}

