@charset "utf-8";
/* CSS Document */
	

	#swagg-player{
		color: #000000;
	    font-size: 15px;
	    margin-left: 685px;
	    margin-top: 20px;
	    position: absolute;
	}
	
	#swagg-player-list {
		display: none;
	}
	
	#botoes {
		float: left;
    	margin-top: 8px;
	}
	
	#swagg-player-song-info {
	    float: left;
	    font-family: Tahoma;
	    font-size: 10px;
	    margin-left: 5px;
	    margin-top: 2px;
	    text-align: left;
	    color: #6d6e71;
	}
	
	#controls{
		width:200px;
		margin-left:auto;
		margin-right:auto;
	}
	#controls a{
		padding:5px;
	}
	
	#info{
		margin-left:auto;
		margin-right:auto;
	}
	#wrapper {
		width:180px; 
		height:5px; 
		margin-left:auto;
		margin-right:auto;
		background-color:#CCC;	
	}
	#loaded {
		width:0px; 
		height:5px; 
		background-color:#FC6;
	}
	#bar {
		width:0px; 
		height:5px; 
		background-color:#F93;
		float:left;
		margin-left:0;
	}
	/* playlist */
	.playlist-item {
		font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
		border-top:#000 2px solid;
		width:100%;
		background-color:#FFF;
		color:#F60;
		display:block;
	}
	.border {
		border:#000 3px solid;	
	}
	.playlist-item a {
		text-decoration:none;
		color:#000;
	}
	#list {
		width:290px; 
		margin-left:auto; 
		margin-right:auto; 
		border-bottom:#000 
		2px solid; text-align:center;	
	}

