#button_bar div{
	float:left;
	margin-right:5px;	
}

#button_bar{
	float:left;
	margin-bottom:10px;
}

/*   */
#PagePlayerWrapper{
	/*width:100%;*/
	/*margin-left:10%;*/
	/*border: 2px solid black;*/
	/*padding:5px;*/

}
/*
*/
#PagePlayerList{
	width:40%;
	float:left;
	visibility:hidden;
}

#PagePlayerList h3{
	font-size:8px;
	padding:0px;
	margin:0px;
}

/*   */
#PagePlayerDescription{
	overflow:auto;
	position:relative;
	float:right;
	width:55%;
	border:2px solid #999;
	padding:2px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#PagePlayerListDescWrapper{
	clear:both;
}

/**/
#PagePlayerCredit{
  font-size:12px;
  text-align:center;
  visibility:hidden;
}

.PagePlayerListItemSelected{
	margin-bottom:1px;
	border:2px solid #999;
	padding:2px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.PagePlayerListItem{
	color:white;
	margin-bottom:1px;
	border:2px solid #666;
	background-color:#999;
	padding:2px;
	font-size:12px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.PagePlayerListItem h3{
	cursor:pointer;
}
/* */
#volume_control{
	width:20%;
	height:15px;
	border: 2px solid #0a0;
	float:left;
}

#volume_background{
	width:100%;
	height:15px;
	background-color:#ddd;
}

#volume_bar{
	width:0px;
	height:15px;
	background-color:#0a0;
	opacity:0.4;
		
}

/*///////////////  barra de duracion 

#duration{
	position:relative;
	width:400px;
	height:5px;
	border: 1px solid #50b;
	margin-bottom:5px;
	top:8px;
	float:left;

}

#duration_background{
	position:relative;
	width:400px;
	height:5px;
	background-color:#ddd;
	top:-0px;
	float:left;

}

#duration_bar{
	position:relative;
	width:400px;
	height:5px;
	background-color:#50b;
	opacity:0.4;
	top:-0px;
	float:left;
}

 */
 
 
.button{
	color: black;
	/*border: 1px solid #ddd;*/
	cursor:pointer;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	background:no-repeat center;
	height:20px;
}

/* add the images to the backgrounds of the buttons */
#play{
	background-image:url("images/play_02.png");
	width:20px;	
}

#play:hover{
	background-image:url("images/play.png");
	width:20px;	
}


#pause{
	background-image:url("images/pause_02.png");
	width:20px;
	display:none;
}

#pause:hover{
	background-image:url("images/pause.png");
	width:20px;
	display:none;
}
#previous{
	background-image:url("images/previous.png");
	width:25px;
}

#previous:hover{
	background-image:url("images/previous_02.png");
	width:25px;
}


#next{
	background-image:url("images/next.png");
	width:25px;
}

#next:hover{
	background-image:url("images/next_02.png");
	width:25px;
}


/**/
#bajar{
	background-image:url("images/menos.png");
	width:25px;
}

#bajar:hover{
	background-image:url("images/menos_02.png");
	width:25px;
}


#aumentar{
	background-image:url("images/mas.png");
	width:25px;
}

#aumentar:hover{
	background-image:url("images/mas_02.png");
	width:25px;
}


/* ver bien
#mute{
	background-image:url("images/mas.png");
	width:25px;
}*/
/**/
