/* List */
.wpamptable {
	width: 170px;
	padding: 0;
    border: 0;
	text-align: left;
}

.wpamprow {
	height: 10px;
}

.track_list {
	color: #78A515;
	font-weight: bold;
	font-size: 12px;
}
/* Combo */
.tracks_combo {
	background-color:#71C3DB; 
	font-size: x-small; 
	color:#000000; 
	font-family:Verdana;
	width:130px;
}
/* Player interface */
#playerLYR {
        position: static;
        width: 175px;
        height: 92px;
        border-width: 0px;
        border-color: red;
        border-style: solid;
        margin: 0px;
        padding: 0px;
}

/* Player interface */
#playerLYR {
position: static;
width: 175px;
height: 92px;
border: 0px;
border-color: red;
border-style: solid;
margin: 0px;
padding: 0px;

}

/* Player text display */
#marcador {
position: relative;
margin:0px;
padding:0px;
border: 0px;
border-style: solid;
left: 12px;
top: 28px;
top: expression('26px');
width: 150px;
height: 20px;
background-color: transparent;

font-family: Verdana;
text-align: center;

}
/* Player play button */
#wpampplay {
position: relative;
display: block;
left: 16px;
top: 44px;
top: expression('42px');

}
/* Player stop button */
#wpampstop {
position: relative;

left: 39px;
top: 26px;
top: expression('24px');

}